Lines Matching +full:out +full:- +full:volume +full:- +full:limit
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
91 is a value-result argument, initially containing the
115 Most socket-level options utilize an
121 the argument should be non-zero to enable a boolean option,
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
186 .It Dv SO_LISTENQLIMIT Ta "get backlog limit of the socket (get only)"
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,
289 or may be decreased to limit the possible backlog of incoming data.
315 In general, receive calls will block until any (non-zero) amount of data
335 used to limit waits for output operations to complete.
343 implying that the limit applies to output portions ranging in size
351 used to limit waits for input operations to complete.
354 and thus the limit is in effect an inactivity timer.
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
542 instruct the socket and underlying network adapter layers to limit the
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.
610 option returns a 64-bit integer containing the number of bytes transmitted by
620 .Rv -std
627 .Bl -tag -width Er
650 on a non-listening socket was attempted.
658 .Bl -tag -width Er
694 implementation aims to be source-compatible.