[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Question about lwip 's disconnect timeout
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Question about lwip 's disconnect timeout |
Date: |
Thu, 10 Jun 2010 09:48:08 +0100 |
On Thu, 2010-06-10 at 01:08 -0700, megatron wrote:
>
> My question is :how long is lwip's disconnet timeout? What is the rate
> I can
> connect/disconnect continually?When I use a uC,like LPC2368,should I
> use UDP
> instead of TCP due to the problem described above?
lwIP will try to recycle PCBs from the TIME_WAIT state if there are none
free when it opens a new connection.
I think (from memory) the default timeout is about 2 minutes.
Kieran