[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is no
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang |
Date: |
Fri, 03 Apr 2009 09:32:30 +0100 |
On Thu, 2009-04-02 at 23:10 +0200, Piero 74 wrote:
> kieran...
>
> i used lwip_connect in my app to an host which can be present or not
> (in my case the host is domain on web, and my lwip board could be
> connected to switch which routes outside or not... i have to check
> this situation)
>
> so, after few seconds, and some SYN packets sent, the lwip_connect
> return, and pcb should became avalaible again. ... so, it works IMO!
OK, it's good to know that the timeout on SYN retransmissions is
working. lwip_connect() uses the callback version of the API to connect
to the lower layers of the stack whereas Rikke is using the event-based
API, which explains why it works for you and not for him.
Kieran
- [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang, (continued)
- [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang, Kieran Mansley, 2009/04/03
- [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang, Rikke Ottesen, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Kieran Mansley, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Rikke Ottesen, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Kieran Mansley, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Rikke Ottesen, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Kieran Mansley, 2009/04/03
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Iordan Neshev, 2009/04/06
- [lwip-devel] [bug #26069] Documentation of tcp_connect() incorrectly describes handling of errors, Simon Goldschmidt, 2009/04/21
- Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang, Piero 74, 2009/04/02
- Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang,
Kieran Mansley <=