Embedded TCP/IP stack
4.7.0
|
enum fnet_msg_flags_t |
The flags parameters for receiving and sending functions fnet_socket_recv(), fnet_socket_recvfrom(), fnet_socket_send(), and fnet_socket_sendto().
The optional flag specifies the way, in which the call is made. It can be constructed by using the bitwise OR.
Enumerator | |
---|---|
MSG_OOB | Process out-of-band data instead of regular data. |
MSG_PEEK | Receive a copy of the data without consuming it. |
MSG_DONTROUTE | Send without using routing tables. |
Definition at line 661 of file fnet_socket.h.