Re: [lwip-users] TCP connection problem

2013-08-06 Thread flavio
Pomeroy, Marty writes: > > > >> Thanks for reply, Marty. > > >> But how can I definitively close the old connection and begin a new > connection ? > > Flavio > > You're welcome, but you can't force a socket fully closed quickly. To > connect on the same port, you just have to wait four min

Re: [lwip-users] TCP connection problem

2013-07-12 Thread Pomeroy, Marty
>> Thanks for reply, Marty. >> But how can I definitively close the old connection and begin a new connection ? Flavio You're welcome, but you can't force a socket fully closed quickly. To connect on the same port, you just have to wait four minutes. Microsoft says you can get that down to 3

Re: [lwip-users] TCP connection problem

2013-07-12 Thread flavio
Pomeroy, Marty writes: > > > Install tcpview on your server, and see if the connection is in TCP > TIME_WAIT state, preventing connections on PORTA until it expires. > Thanks for reply, Marty. But how can I definitively close the old connection and begin a new connection ? ___

Re: [lwip-users] TCP connection problem

2013-07-12 Thread Pomeroy, Marty
Install tcpview on your server, and see if the connection is in TCP TIME_WAIT state, preventing connections on PORTA until it expires. ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] TCP connection problem

2013-07-12 Thread flavio
Please, can someone help me ? I'm using lwIP 1.3.2 (NO_SYS=1) on LM3S9B96 Stellaris Cortex M3 and want to use the controller working as a client. My implementation works fine while the server (PC) is waiting for the connection, and the client (my controller) connects, read (and write) datas and

Re: [lwip-users] tcp connection problem

2006-09-06 Thread Janusz U.
g list for lwIP users" Sent: Thursday, August 31, 2006 3:12 PM Subject: Re: [lwip-users] tcp connection problem On Thu, 2006-08-31 at 15:03 +0200, [EMAIL PROTECTED] wrote: hello, I am using FreeRTOS 4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) work fine and is stable I hope. I hav

Re: [lwip-users] tcp connection problem

2006-08-31 Thread Janusz U.
I am using FreeRTOS 4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) work fine and is stable I hope. I have problem with TCP. I make http server. Ather telnet ip 80 connection is made (TCP_DEBUG: TCP connection established ...->80) and then OS crashes. I did analise => OS is halt on TCP_E

Re: [lwip-users] tcp connection problem

2006-08-31 Thread Kieran Mansley
On Thu, 2006-08-31 at 15:03 +0200, [EMAIL PROTECTED] wrote: > hello, > > I am using FreeRTOS 4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) > work fine and is stable I hope. > I have problem with TCP. I make http server. Ather telnet ip 80 connection is > made (TCP_DEBUG: TCP connection

[lwip-users] tcp connection problem

2006-08-31 Thread Janusz U.
hello,   I am using FreeRTOS  4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) work fine and is stable I hope. I have problem with TCP. I make http server. Ather telnet ip 80 connection is made (TCP_DEBUG: TCP connection established ...->80) and then OS crashes. I did analise => OS is hal

[lwip-users] tcp connection problem

2006-08-31 Thread nopsoft
hello, I am using FreeRTOS 4.1.0 - OS, lwIP 1.1.1 and ppp. PPP, IP, ICMP (ping) work fine and is stable I hope. I have problem with TCP. I make http server. Ather telnet ip 80 connection is made (TCP_DEBUG: TCP connection established ...->80) and then OS crashes. I did analise => OS is halt o