Lee, tcp_write puts the data in to the tcp buffer. After tcp_write try tcp_output.
Paul ________________________________________ From: [email protected] <[email protected]> on behalf of Lee <[email protected]> Sent: Friday, December 19, 2014 7:24 PM To: [email protected] Subject: Re: [lwip-users] TM4C1294 LWIP Usage Hi Noam, I am still trying to get a simple send function working which is frustrating. Perhaps it is more of a C issue than a LWIP (client or server) issue. Once I have a connection I can do 1 send with tcp_write called in either the recv callback or the accept. Once connected however I am stuck as to where to call another write. I think I would have to make the functions extern and the pcb more global to call another write from main or any included application code. Is this how you did it? Lee. -- View this message in context: http://lwip.100.n7.nabble.com/TM4C1294-LWIP-Usage-tp23623p23636.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
