Lines Matching refs:sockets
28 The BSD Sockets API is a common cross-platform TCP/IP sockets API that originated in the Berkeley S…
45 - :example:`protocols/sockets/tcp_server`
46 - :example:`protocols/sockets/tcp_client`
47 - :example:`protocols/sockets/udp_server`
48 - :example:`protocols/sockets/udp_client`
49 - :example:`protocols/sockets/udp_multicast`
55 …nctions are supported. For full details see :component_file:`lwip/lwip/src/include/lwip/sockets.h`.
191 - ``SO_NO_CHECK`` (for UDP sockets only)
202 For multicast UDP sockets:
213 TCP sockets only. Used with level argument ``IPPROTO_TCP``.
227 IPv6 sockets only. Used with level argument ``IPPROTO_IPV6``
232 For multicast IPv6 UDP sockets:
248 …nection has been closed at either end or is still open at both ends. UDP sockets always return ``O…
344 Thread-safe sockets
374 …this case, until they time out normally. This may increase the number of sockets in use if a netwo…
381 - Possible to set IPV6-only UDP and TCP sockets with ``IPV6_V6ONLY`` socket option (normal lwIP is …
431 - For TCP sockets, lwIP supports setting the standard ``TCP_NODELAY`` flag to disable Nagle's algor…
440 …_LWIP_MAX_SOCKETS` reduces the maximum number of sockets in the system. This will also cause TCP s…