Lines Matching +full:max +full:- +full:priority

4 # SPDX-License-Identifier: Apache-2.0
17 int "Default processing priority for sockets"
20 Default processing priority for socket implementations. This defines
27 int "Max number of supported poll() entries [DEPRECATED]"
39 API call will timeout if we have not received SYN-ACK from
63 which DNS query is re-tried. If there is no reply, the backoff
73 int "Max time in milliseconds waiting for a send command"
92 int "Priority of the socket service dispatcher thread"
96 Set the priority of the socket service dispatcher thread. This handler
99 Note that >= 0 value means preemptive thread priority, the lowest
101 Highest preemptive thread priority is 0.
102 Lowest cooperative thread priority is -1.
103 Highest cooperative thread priority is -NUM_COOP_PRIORITIES.
128 int "Default processing priority for TLS sockets"
131 Processing priority for TLS sockets. Should be lower than
167 from connecting. Value of 0 indicates no timeout - resources will be
197 with a single non-empty iov buffer.
256 int "Default processing priority for offloaded sockets"
259 Processing priority for offloaded sockets.
323 Socket-CAN interface.
346 bool "Pre-allocate memory statically"
356 int "How many socketpairs to pre-allocate"
383 the same priority as the thread processing network events (see
388 int "Max number of sockets to listen"
398 module-dep = NET_LOG
399 module-str = Log level for BSD sockets compatible API calls
400 module-help = Enables logging for sockets code.
411 The net-shell "net sockets" command will use this functionality