lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] RE: [bug #20075] A problem with keep-alive timer and TCP fl


From: Gollakota, Srinivas
Subject: [lwip-devel] RE: [bug #20075] A problem with keep-alive timer and TCP flags
Date: Wed, 6 Jun 2007 09:47:18 -0400

I checked few related documents in the net. The below document it
appears like linux kernel uses ACK flag set for keep alive probes.
Please see section 2.1 in the below link.

http://www.linux.org/docs/ldp/howto/TCP-Keepalive-HOWTO/index.html

But in RFC1122 (Requirements for Internet Hosts -- Communication Layers
)
section 4.2.3.6 talks about keep-alive probes and TCP sequence number
but not about TCP flags.

http://www.faqs.org/rfcs/rfc1122.html

-Srinivas.

-----Original Message-----
From: Oleg Tyshev [mailto:address@hidden 
Sent: Wednesday, June 06, 2007 6:10 AM
To: Kieran Mansley; Srinivas Gollakota; Oleg Tyshev;
address@hidden
Subject: [bug #20075] A problem with keep-alive timer and TCP flags



Follow-up Comment #2, bug #20075 (project lwip):

I think keep-alive packets should not send ACK flag.
Data are already acknowledged.
We need acknowledge only as reply to keep-alive packet.
So, it will be better TCPH_FLAGS_SET( tcphdr, 0);

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20075>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]