lwip/src
Joel Cunningham 28e519b72d tcp_output: move useg assignment to right before segment while loop
There were a couple cases in-between that could cause an exit from
tcp_output which don't use useg. With large send buffers, pcb->unacked
may be large and calculating useg is wasted in these exit cases

Some compilers may be re-ordering this already, but it doesn't hurt to
correctly arrange the code
2017-08-29 16:59:39 -05:00
..
api Fix function signature of fcntl() for LWIP_COMPAT_SOCKETS == 2 && LWIP_POSIX_SOCKETS_IO_NAMES (see bug #51701) 2017-08-25 22:07:14 +02:00
apps Fix makefsdata.c on Win32 after moving to tinydir.h 2017-08-14 09:13:36 +02:00
core tcp_output: move useg assignment to right before segment while loop 2017-08-29 16:59:39 -05:00
include Fix function signature of fcntl() for LWIP_COMPAT_SOCKETS == 2 && LWIP_POSIX_SOCKETS_IO_NAMES (see bug #51701) 2017-08-25 22:07:14 +02:00
netif Even more pbuf_header -> pbuf_add/remove_header replacements (also in strings) 2017-08-08 20:51:57 +02:00
Filelists.mk Apply patch #9399: makefsdata for linux 2017-08-11 22:50:08 +02:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00