[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] RTSP / RTP data streaming
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] RTSP / RTP data streaming |
Date: |
Tue, 10 Jan 2006 09:02:41 +0000 |
On Tue, 2006-01-10 at 08:56 +0100, Trond Kortner wrote:
> Is there any way lwIP can be configured to handle persistent TCP
> connection? Or does it not support it at all?
I'm not sure what you mean by persistent TCP connections. Connections
in TCP should remain open until their are explicitly closed by the user
or reset by the other end, unless the user has set a timeout (e.g.
SO_KEEPALIVE).
Kieran