[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: |
Piero 74 |
Subject: |
Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang |
Date: |
Thu, 2 Apr 2009 23:10:58 +0200 |
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!
but proposed patch with timeout could be useful, but timeout should be
tunable with define, or better, with socket option!
bye
Piero
2009/4/2, Kieran Mansley <address@hidden>:
>
> Follow-up Comment #1, bug #26069 (project lwip):
>
> Isn't this case covered by the lines (around tcp.c:583 in CVS head) in
> tcp_slowtmr():
>
> if (pcb->state == SYN_SENT && pcb->nrtx == TCP_SYNMAXRTX) {
> ++pcb_remove;
>
>
>
>
> _______________________________________________________
>
> Reply to this item at:
>
> <http://savannah.nongnu.org/bugs/?26069>
>
> _______________________________________________
> Message sent via/by Savannah
> http://savannah.nongnu.org/
>
>
>
> _______________________________________________
> lwip-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-devel
>
- [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, Rikke Ottesen, 2009/04/03
- [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 <=
- Re: [lwip-devel] [bug #26069] Connect to a remote IP address which is not present makes the APP hang, Kieran Mansley, 2009/04/03