lwip/src
Sylvain Rochet 733758a909 tcp: fixed TCPH_UNSET_FLAG macro
This macro is only used by VJ support in PPP and was always wrong since
its introduction in commit e4a6d199fe. It's almost only used to clear
the PSH TCP flag when necessary. This flag was probably less common
about a decade ago so that would be the reason why it goes unnoticed for
so long.

Fixes: e4a6d199fe "Merged from DEVEL into main tree."
Signed-off-by: Sylvain Rochet <gradator@gradator.net>
2016-01-24 01:38:26 +01:00
..
api Fix blocking close with LWIP_SO_SNDTIMEO 2016-01-13 22:20:52 +01:00
apps SNMP: Add missing closing braces in #ifdef __cplusplus case 2016-01-22 13:28:11 +01:00
core IPv4: fix some meaningless debug messages 2016-01-18 21:34:13 +01:00
include tcp: fixed TCPH_UNSET_FLAG macro 2016-01-24 01:38:26 +01:00
netif PPP: CCP: add error debug messages for dropped packets due to missing transmit or receive CCP method 2016-01-20 21:55:37 +01:00
Filelists.mk SNMP agent rewrite 2015-12-26 11:43:29 +01:00
FILES