mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the MSG_PEEK flag from the documentation of the send(2) syscall -
it is only relevant to receiving data from sockets, not to sending. PR: 109667 Submitted by: Jari Kirma <kirma@cs.hut.fi> Approved by: wollman
This commit is contained in:
parent
e8e1f54462
commit
0b329a103d
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ The
|
|||
argument may include one or more of the following:
|
||||
.Bd -literal
|
||||
#define MSG_OOB 0x00001 /* process out-of-band data */
|
||||
#define MSG_PEEK 0x00002 /* peek at incoming message */
|
||||
#define MSG_DONTROUTE 0x00004 /* bypass routing, use direct interface */
|
||||
#define MSG_EOR 0x00008 /* data completes record */
|
||||
#define MSG_EOF 0x00100 /* data completes transaction */
|
||||
|
|
|
|||
Loading…
Reference in a new issue