Make LWIP_NETIF_TX_SINGLE_PBUF work for TCP, too

This commit is contained in:
goldsimon
2010-03-26 16:54:15 +00:00
parent 846a2fb933
commit 3c96819a2c
3 changed files with 14 additions and 2 deletions

View File

@@ -169,6 +169,9 @@ HISTORY
++ Bugfixes:
2010-03-26: Simon Goldschmidt
* tcp_out.c: Make LWIP_NETIF_TX_SINGLE_PBUF work for TCP, too
2010-03-26: Simon Goldschmidt
* various files: Fixed compiling with different options disabled (TCP/UDP),
triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled