use checksum-on-copy for sending UDP data for LWIP_NETIF_TX_SINGLE_PBUF==1

This commit is contained in:
goldsimon
2010-05-02 17:25:33 +00:00
parent 108ed3c81a
commit 4b7288e8f4
5 changed files with 78 additions and 14 deletions

View File

@@ -13,6 +13,10 @@ HISTORY
++ New features:
2010-05-02: Simon Goldschmidt
* netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
UDP data for LWIP_NETIF_TX_SINGLE_PBUF==1
2010-04-30: Simon Goldschmidt
* udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
take a precalculated checksum, added pbuf_fill_chksum() to copy data