Date: Wed, 25 Apr 2001 17:17:57 +0000 (GMT) From: "Corey Brune" <brune@sdf.lonestar.org> To: agoodloe@gradient.cis.upenn.edu (Alwyn Goodloe) Cc: freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: TCP SYN retransmission time Message-ID: <200104251717.f3PHHv716968@sdf.lonestar.org> In-Reply-To: <Pine.SOL.4.21.0104251105290.14342-100000@gradient.cis.upenn.edu> from "Alwyn Goodloe" at Apr 25, 2001 11:06:23 AM
next in thread | previous in thread | raw e-mail | index | archive | help
75 is the timeout. If the sending host does not receive a ACK before 75 seconds, then the host will receive an error. The retransmit times I believe are 3,11,30,60 seconds apart. I hope this answers your question. Corey Alwyn Goodloe > > I got no response on a previous posting hope I second post will be > luckier. > > -------------------- > > I just need to make sure that I understand the code correctly in the TCP > stack. (We are trying to see how long the system waits before a SYN gets > retransmitted.) > > When a SYN is sent, a keepalive timer is set with using the > TCPTV_KEEPALIVEINTVL = 75hz (??ms - escapes me at the moment). So an ack > must be received in this time frame??? > > This is not the usual dynamic tetransmission timer which might make > sense for SYN packts. > > It seems like a retransmission timer should be set?? That's why I'm > posing the question. > > Alwyn Goodloe > agoodloe@gradient.cis.upenn.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104251717.f3PHHv716968>