> You need to call tcp_output() after tcp_write() to try to put the data > on the wire.
Alright...there is certainly something I don't get here. The description for tcp_write says: * Write data for sending (but does not send it immediately). * * It waits in the expectation of more data being sent soon (as * it can send them more efficiently by combining them together). * To prompt the system to send data now, call tcp_output() after * calling tcp_write(). I am interpreting this like it is possible to call tcp_write as many times as I need, before transmitting? -- View this message in context: http://www.nabble.com/tcp_write-tf1898853.html#a5198678 Sent from the lwip-users forum at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
