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

Change-Id: I7c4a388eba850ac066e60db089d46da0247773ec
This commit is contained in:
Pau Espin Pedrol
2019-05-13 16:35:53 +02:00
parent c9a6280c94
commit f1d301a9a6

View File

@@ -130,7 +130,7 @@ static uint32_t get_current_ts(unsigned codec_rate)
/*! 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 */