lwip/src
Sergey Fionov 5171345eb8 tcp: Fix TCP timestamps for big-endian systems
Current parsing code is building reverse-order integer, and then calls htonl()
to assign right value to "ts_recent" field of pcb.

This works correctly on little-endian machines, where htonl() reverses bytes.
However, on big-endian machines, htonl() is no-op, so bytes stay reversed.

This patch fixes it by building non-reversed integer.
2024-03-13 22:16:35 +02:00
..
api tcpip: fix that TCPIP_CORE_LOCK is not released for LWIP_TIMERS==0 2024-02-19 21:44:18 +01:00
apps makefsdata: extend file type matching with .shtml and .shtm 2024-02-19 20:58:58 +01:00
core tcp: Fix TCP timestamps for big-endian systems 2024-03-13 22:16:35 +02:00
include Introduce constant-time memcmp and use it for snmpv3_get_engine_boots 2024-01-09 21:14:49 +01:00
netif ppp: use constant-time memcmp for checking credentials 2024-01-09 21:23:11 +01:00
Filelists.cmake next release will probably be 2.2.1... 2023-09-27 20:38:41 +02:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00