mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
Changed IP_REASSEMBLY to enqueue the received pbufs so that multiple packets can be reassembled simultaneously and no static reassembly buffer is needed.
This commit is contained in:
@@ -19,6 +19,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-10-06 Simon Goldschmidt
|
||||
* ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
|
||||
to enqueue the received pbufs so that multiple packets can be reassembled
|
||||
simultaneously and no static reassembly buffer is needed.
|
||||
|
||||
2007-10-05 Simon Goldschmidt
|
||||
* tcpip.c, etharp.h, etharp.c: moved ethernet_input from tcpip.c to etharp.c so
|
||||
all netifs (or ports) can use it.
|
||||
|
||||
Reference in New Issue
Block a user