ARMmbed / sal-stack-lwip

LwIP package for mbed
Other
4 stars 14 forks source link

Handle UDP fragmentation #48

Closed bremoran closed 8 years ago

bremoran commented 8 years ago

Changes UDP behaviour to inspect the struct pbuf::tot_len field to establish the size of data available, instead of struct pbuf::len. pbuf_consume is a new utility API, which frees pbufs that have been copied.

cc @simonqhughes @niklas-arm @bogdanm

bogdanm commented 8 years ago

+1