Embedded TCP/IP stack  4.7.0

◆ 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.
This option is avalable only if FNET_CFG_TCP_URGENT is set to 1.

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.


© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net