Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnx_packet_pool_create.c82 ULONG packets; /* Number of packets in pool */ in _nx_packet_pool_create() local
136 packets = 0; in _nx_packet_pool_create()
145 packets++; in _nx_packet_pool_create()
190 pool_ptr -> nx_packet_pool_available = packets; in _nx_packet_pool_create()
191 pool_ptr -> nx_packet_pool_total = packets; in _nx_packet_pool_create()
197 …TRACE_OBJECT_REGISTER(NX_TRACE_OBJECT_TYPE_PACKET_POOL, pool_ptr, name_ptr, payload_size, packets); in _nx_packet_pool_create()
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt601 …nx_tcp_client_socket_unbind.c Fixed a bug where packets in the receive queue m…
1503 in case packets were queued.
1536 nx_ipv6_fragment_process.c Fixed offset of fragment packets.
1588 nx_tcp_socket_state_data_check.c Fixed the ACKed packets in order.
1997 …ket_processing.c Fixed a bug that interrupt is not restored when no thread waiting for packets.
2047 … nx_tcp_packet_process.c Checked source address for syn packets that are queued.
2056 … nx_tcp_socket_state_data_check.c Supported to limit the number of packets that are out of order.
2065 … supported to limit the number of packets that are out of order.
2262 … nx_tcp_socket_state_ack_check.c Fixed a bug determining if packets can be released from
2282 IPv6 packets.
[all …]