mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs (bug #34019)
This commit is contained in:
committed by
goldsimon
parent
49369cc9ce
commit
2576a2e565
@@ -32,6 +32,10 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2011-09-11: Simon Goldschmidt
|
||||
* tcp_out.c: use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs
|
||||
(bug #34019)
|
||||
|
||||
2011-09-09: Simon Goldschmidt
|
||||
* udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if
|
||||
udp port matches
|
||||
|
||||
Reference in New Issue
Block a user