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:
parent
9e6b7e8dbf
commit
6d5fdbfa1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user