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
..
2017-08-08 12:59:45 +02:00
2017-08-11 13:38:51 -05:00
2017-07-18 19:17:17 +02:00
2017-06-21 16:07:36 +02:00
2017-07-04 21:26:30 +02:00
2017-07-05 12:20:26 +02:00
2017-08-21 22:33:01 +02:00