From e5cbc2320249631a5c4cf5fc5d21734709b62658 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 16 Nov 2014 10:07:11 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 147369e02..e8a18f767 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1124,3 +1124,7 @@ newlines. However, it the USB driver is disconnected or otherwise fails before the 3 newlines are received, the receive loop becomes a killer, infinite loop, CPU hog. Noted by spasbyspas (2014-11-16). + * examples/, netutils/, nshlib/, various files: Rename + CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU; Add CONFIG_NET_SLIP_MTU. + Modify logic to handle different MTUs when both Ethernet and SLIP + are enabled (2014-11-16).