mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Cleanly separate the portability file inet.h and its contents from the stack: moved htonX- functions to def.h (and the new def.c - they are not ipv4 dependent), let inet.h depend on ip_addr.h and not the other way round. This fixes bug #28732.
This commit is contained in:
@@ -56,6 +56,14 @@ HISTORY
|
||||
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2010-01-29: Simon Goldschmidt
|
||||
* ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the
|
||||
portability file inet.h and its contents from the stack: moved htonX-
|
||||
functions to def.h (and the new def.c - they are not ipv4 dependent),
|
||||
let inet.h depend on ip_addr.h and not the other way round.
|
||||
This fixes bug #28732.
|
||||
|
||||
2010-01-28: Kieran Mansley
|
||||
* tcp.c: Ensure ssthresh >= 2*MSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user