Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c6238 ULONG value, segment; in _nx_sntp_client_utility_fraction_to_usecs() local
6245 segment = (fraction >> i) & 0x3F; in _nx_sntp_client_utility_fraction_to_usecs()
6248 value = (value >> 6) + segment * 15625 + 1; in _nx_sntp_client_utility_fraction_to_usecs()
6250 value = (value >> 6) + segment * 15625; in _nx_sntp_client_utility_fraction_to_usecs()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt699 Files are modified to optimized the logic for TCP segment processing:
824 …nx_tcp_socket_send_internal.c Fixed a bug that empty segment was sent when data…