Changed loopback code (less difference between NO_SYS = 0 / 1), added setting LWIP_LOOPBACK_MAX_PBUFS to limit loopback-queued pbufs

This commit is contained in:
goldsimon
2008-06-17 19:39:22 +00:00
parent a8141c53a8
commit eba83ab740
5 changed files with 75 additions and 40 deletions

View File

@@ -23,6 +23,7 @@ HISTORY
* netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
modified version of patch # 6370: Moved loopif code to netif.c so that
loopback traffic is supported on all netifs (all local IPs).
Added option to limit loopback packets for each netifs.
++ Bugfixes: