SocketFlags

Socket flags that may be OR'ed together:

Values

ValueMeaning
NONE0

no flags specified

OOBMSG_OOB

out-of-band stream data

PEEKMSG_PEEK

peek at incoming data without removing it from the queue, only for receiving

DONTROUTEMSG_DONTROUTE

data should not be subject to routing; this flag may be ignored. Only for sending

Meta