Lines Matching full:socket
20 Default processing priority for socket implementations. This defines
21 the order of processing of particular socket implementations when
22 creating a new socket, lower value indicate earlier processing. This
23 allows to for instance prioritize offloaded socket processing during
24 socket creation over the native one, or vice versa.
76 The maximum time a socket is waiting for a blocked connection before
80 bool "Socket service support"
83 The socket service can monitor multiple sockets and save memory
84 by only having one thread listening socket data. If data is received
85 in the monitored socket, a user supplied work is called.
92 int "Priority of the socket service dispatcher thread"
96 Set the priority of the socket service dispatcher thread. This handler
106 int "Stack size for the thread handling socket services"
115 bool "TCP TLS socket option support"
124 Enable TLS socket option support which automatically establishes
152 bool "DTLS socket support"
156 Enable DTLS socket support. By default only TLS over TCP is supported.
169 notification or socket is closed.
208 int "Maximum number of TLS/DTLS credentials per socket"
213 used with a specific socket.
216 int "Maximum number of TLS/DTLS ciphersuites per socket"
221 be used with specific socket, if set explicitly by socket option.
223 available to the socket.
231 protocols over TLS/DTLS that can be set explicitly by a socket option.
243 bool "Offload Socket APIs"
245 Enables direct offloading of socket operations to dedicated TCP/IP
249 required in the system, providing full BSD socket offload capability.
263 socket implementation). Higher value than NET_SOCKETS_TLS_PRIORITY
267 bool "Intermediate socket offloading layer"
270 If enabled, an intermediate socket offloading layer is included
271 (called socket dispatcher), allowing to select an offloaded network
272 interface and thus socket implementation with SO_BINDTODEVICE socket
275 a socket to a particular implementation.
284 After a proper socket has been created for a given file descriptor,
288 bool "Packet socket support"
291 This is an initial version of packet socket support (special type
292 raw socket). Packets are passed to and from the device driver
299 bool "Packet socket SOCK_DGRAM support"
305 through a SOCK_DGRAM packet socket get a suitable L2 header based
310 bool "Socket CAN support [EXPERIMENTAL]"
323 Socket-CAN interface.
375 bool "Network management socket support [EXPERIMENTAL]"
380 Select this if you want to use socket API to get network
393 be set by the socket interface. So if you have two separate
404 bool "Object core socket support [EXPERIMENTAL]"
409 Select this if you want to use object core with socket API to get
410 network socket information and statistics via object core.
412 to show the socket information.