Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/14019


Change subject: cosmetic: mgcp_udp_send: Document port param is in network byte 
order
......................................................................

cosmetic: mgcp_udp_send: Document port param is in network byte order

Change-Id: I7c4a388eba850ac066e60db089d46da0247773ec
---
M src/libosmo-mgcp/mgcp_network.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/19/14019/1

diff --git a/src/libosmo-mgcp/mgcp_network.c b/src/libosmo-mgcp/mgcp_network.c
index 4d92051..dbed156 100644
--- a/src/libosmo-mgcp/mgcp_network.c
+++ b/src/libosmo-mgcp/mgcp_network.c
@@ -130,7 +130,7 @@
 /*! send udp packet.
  *  \param[in] fd associated file descriptor
  *  \param[in] addr destination ip-address
- *  \param[in] port destination UDP port
+ *  \param[in] port destination UDP port (network byte order)
  *  \param[in] buf buffer that holds the data to be send
  *  \param[in] len length of the data to be sent
  *  \returns bytes sent, -1 on error */

--
To view, visit https://gerrit.osmocom.org/14019
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c4a388eba850ac066e60db089d46da0247773ec
Gerrit-Change-Number: 14019
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to