Lines Matching +full:flow +full:- +full:level

41 .Fn getsockopt "int s" "int level" "int optname" "void * restrict optval" "socklen_t * restrict opt…
43 .Fn setsockopt "int s" "int level" "int optname" "const void *optval" "socklen_t optlen"
56 level.
58 When manipulating socket options the level at which the
60 To manipulate options at the socket level,
61 .Fa level
65 other level the protocol number of the appropriate protocol
71 .Fa level
91 is a value-result argument, initially containing the
109 socket level options, described below.
115 Most socket-level options utilize an
121 the argument should be non-zero to enable a boolean option,
138 The following options are recognized at the socket level.
139 For protocol-specific options, see protocol manual pages,
148 .Bl -column SO_ACCEPTFILTER -offset indent
157 .It Dv SO_OOBINLINE Ta "enables reception of out-of-band data in band"
183 .Bl -column SO_LISTENINCQLEN -offset indent
222 A maximum of 256 sockets can be bound to the same load-balancing group.
270 With protocols that support out-of-band data, the
273 requests that out-of-band data be placed in the normal data input queue
288 The buffer size may be increased for high-volume connections,
300 and blocking as necessary for flow control.
302 subject to flow control without blocking, but will process no data
303 if flow control does not allow the smaller of the low water mark value
315 In general, receive calls will block until any (non-zero) amount of data
362 can be used to over-ride the default FIB (routing table) for the given socket.
390 .Bd -literal
393 char af_arg[256-16];
455 .Bd -literal
463 .Bd -literal
480 .Bl -column SO_TS_CLOCK -offset indent
543 transfer rate to the given unsigned 32-bit value in bytes per second.
552 reassembled TCP data streams to be received via zero-copy in
553 user-supplied buffers using
561 .Bd -literal
579 Splicing is a one-way operation; a given pair of sockets may be
590 is non-zero, the socket pair will automatically be unspliced once the
595 is -1, the socket will be unspliced immediately.
601 option returns a 64-bit integer containing the number of bytes transmitted by
611 .Rv -std
618 .Bl -tag -width Er
628 The option is unknown at the level indicated.
641 on a non-listening socket was attempted.
649 .Bl -tag -width Er
685 implementation aims to be source-compatible.