Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_periodic_processing.c83 ULONG sockets; in _nx_tcp_periodic_processing() local
88 sockets = ip_ptr -> nx_ip_tcp_created_sockets_count; in _nx_tcp_periodic_processing()
101 while ((sockets--) && socket_ptr) in _nx_tcp_periodic_processing()
Dnx_tcp_fast_periodic_processing.c86 ULONG sockets; in _nx_tcp_fast_periodic_processing() local
94 sockets = ip_ptr -> nx_ip_tcp_created_sockets_count; in _nx_tcp_fast_periodic_processing()
100 while (sockets--) in _nx_tcp_fast_periodic_processing()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5047 … bind - Added logic to allow TCP IPv4 and IPv6 sockets to share a port if reuse is enabled
5048 … on the sockets (which it is by default. This lets BSD emulate a TCP client socket that accepts
5336 … with timeout value would not wake up if there are other BSD sockets
5340 … Removed an obsolete for loop clearing blocked sockets for new connection requests.
5365 … nx_bsd_timeout_process - Corrected the logic and comment to skip client sockets.
5645sockets are enabled in NetX Duo and NX_RAW_PACKET_FILTER_ENABLE is defined at NetX Duo
5646 … library build time. Note that if there are multiple BSD raw sockets using the same protocol,
5647 … the behavior in NetX Duo is undefined. BSD sockets should copy received packets to all raw sockets
5652 … and raw sockets are enabled in NetX Duo.
5653 …nx_bsd_raw_packet_filter - receives packets from NetX Duo if raw sockets are enabled and determine…
[all …]