Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-11-17 07:23:46 -06:00
parent 57bcb28991
commit 697bf8c213
1 changed files with 4 additions and 0 deletions

View File

@ -8999,3 +8999,7 @@
CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU; Add CONFIG_NET_SLIP_MTU.
Add data structures and logic to handle different MTUs when both
Ethernet and SLIP are enabled (2014-11-16).
* net/, include/, various files: Rename CONFIG_NET_RECEIVE_WINDOW to
CONFIG_NET_ETH_TCP_RECVWNDO and CONFIG_NET_SLIP_TCP_RECVWNDO. Add
data structures and logic to handler different TCP receive windows
when both Ethernet and SLIP are enabled (2014-11-16).