Socket send/recv flags

nRF5 SDK v15.0.0

Macros

#define MSG_DONTROUTE 0x01
#define MSG_DONTWAIT 0x02
#define MSG_OOB 0x04
#define MSG_PEEK 0x08
#define MSG_WAITALL 0x10

Detailed Description

Macro Definition Documentation

#define MSG_DONTROUTE   0x01

Send only to hosts on directly connected networks.

#define MSG_DONTWAIT   0x02

Enables non-blocking operation.

#define MSG_OOB   0x04

Sends out-of-band data on sockets that support this.

#define MSG_PEEK   0x08

Return data from the beginning of receive queue without removing data from the queue.

#define MSG_WAITALL   0x10

Request a blocking operation until the request is satisfied.