1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sock: document byte order for port

This commit is contained in:
Martine Lenders 2016-10-14 11:11:08 +02:00 committed by Martine Lenders
parent 9e6b7e8dbf
commit 6d5fdbfa1c

View File

@ -222,7 +222,7 @@ struct _sock_tl_ep {
* over
*/
uint16_t netif;
uint16_t port; /**< transport layer port */
uint16_t port; /**< transport layer port (in host byte order) */
};
#ifdef __cplusplus