create a new (contiguous) PBUF_RAM for every outgoing fragment if LWIP_NETIF_TX_SINGLE_PBUF==1

This commit is contained in:
goldsimon
2010-03-28 10:22:48 +00:00
parent 82b9152b8d
commit a00448c35a
2 changed files with 29 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ HISTORY
++ New features:
2010-03-28: Simon Goldschmidt
* ip_frag.c: create a new (contiguous) PBUF_RAM for every outgoing
fragment if LWIP_NETIF_TX_SINGLE_PBUF==1
2010-03-27: Simon Goldschmidt
* etharp.c: Speedup TX by moving code from find_entry to etharp_output/
etharp_query to prevent unnecessary function calls (inspired by