Re: [lwip-users] How to control TCP sending by raw API?

2018-12-20 Thread ashwinraj
can you send me the full source code for sending data ashwinra...@gmail.com -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] tcp_err and tcp_close

2018-12-20 Thread Nadav Popplewell
Hi everybody, Please excuse me if I'm asking a silly question, but I'm now clear about the state of the PCB when tcp_err is called. The documentation states: The error callback function does not get the pcb passed to it as a parameter since the pcb may already have been deallocated. What I hav

Re: [lwip-users] LWIP/PPPOS for GSM module

2018-12-20 Thread Sylvain Rochet
Hi Devanand, On Mon, Nov 26, 2018 at 03:08:18PM +0530, Devanand Biradar wrote: > Hello Sylvain, > > This are the logs I am getting. > Is any point is missing to Enable in Lwip/pppos. > Also will you guide how to receive the ppp packets from gsm module. > > ppp phase changed[0]: phase=0 > ppp_con

Re: [lwip-users] tcp_err and tcp_close

2018-12-20 Thread goldsi...@gmx.de
Am 20.12.2018 um 14:15 schrieb Nadav Popplewell: Hi everybody, Please excuse me if I’m asking a silly question, but I’m now clear about the state of the PCB when tcp_err is called. The documentation states: *The error callback function does not get the pcb passed to it as a parameter since t