From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg_Harmuth?= Subject: Re: RST packets Date: Thu, 21 Jul 2005 12:56:40 +0200 Message-ID: <42DF7F68.8060108@mnemon.de> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Jan Engelhardt schrieb: > What would be the use of RST if it is not part of a connection? > Is it...vv? > A and B are connected > A crashes > B tries to send > A sends RST,!ACK Yes, half-open connections. The other purpose is to recover from duplicate SYNs, where SYN2 arrives before SYN1, which could confuse TCPs. See figure 9 in RFC793, p. 32ff for a discussion of RST generation and processing. Have a nice time, Joerg