mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
cosmetic: mgcp_udp_send: Document port param is in network byte order
Change-Id: I7c4a388eba850ac066e60db089d46da0247773ec
This commit is contained in:
@@ -130,7 +130,7 @@ static uint32_t get_current_ts(unsigned codec_rate)
|
|||||||
/*! send udp packet.
|
/*! send udp packet.
|
||||||
* \param[in] fd associated file descriptor
|
* \param[in] fd associated file descriptor
|
||||||
* \param[in] addr destination ip-address
|
* \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] buf buffer that holds the data to be send
|
||||||
* \param[in] len length of the data to be sent
|
* \param[in] len length of the data to be sent
|
||||||
* \returns bytes sent, -1 on error */
|
* \returns bytes sent, -1 on error */
|
||||||
|
|||||||
Reference in New Issue
Block a user