[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags
From: |
Srinivas Gollakota |
Subject: |
[lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags |
Date: |
Mon, 04 Jun 2007 20:49:14 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; .NET CLR 1.1.4322) |
URL:
<http://savannah.nongnu.org/bugs/?20075>
Summary: A problem with keep-alive timer and TCP flags
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: gollakota
Submitted on: Monday 06/04/2007 at 16:49
Category: TCP
Severity: 3 - Normal
Item Group: Faulty Behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hello,
I'm using tcp keep-alive timer in my application. Whilst sending the
keep-alive probes occasionally FIN and RST flags were
getting set in the outgoing segment.
In the tcp_keepalive()/tcp_out.c tcp flags field is not set.By setting the
ack flag seems to fix the problem.
[ TCPH_FLAGS_SET( tcphdr, TCP_ACK );]
Could anyone confirm this problem and whether the above solution is correct
or not?
Thanks,
-Srinivas.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20075>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags,
Srinivas Gollakota <=
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Kieran Mansley, 2007/06/05
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Oleg Tyshev, 2007/06/06
- [lwip-devel] RE: [bug #20075] A problem with keep-alive timer and TCP flags, Gollakota, Srinivas, 2007/06/06
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Frédéric Bernon, 2007/06/11
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Frédéric Bernon, 2007/06/11
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Frédéric Bernon, 2007/06/11
- [lwip-devel] [bug #20075] A problem with keep-alive timer and TCP flags, Frédéric Bernon, 2007/06/11
- [lwip-devel] RE: [bug #20075] A problem with keep-alive timer and TCP flags, Gollakota, Srinivas, 2007/06/11