Date: Mon, 2 Jun 1997 20:15:08 +1000 (EST) From: Darren Reed <darrenr@cyber.com.au> To: security@freebsd.org Subject: TCP RST Handling in 2.2 Message-ID: <199706021015.UAA26583@plum.cyber.com.au>
index | next in thread | raw e-mail
Can someone cross check with the RFC (I will later), but there is no ack/seq
numbers checked for a RST packet. Is this deliberate ?
Look at code paths which lead to ~line 1121 of tcp_input.c which I see as:
if (tiflags&TH_RST) switch (tp->t_state) {
consider the case of a RST only packet as well as a RST+ACK packet.
Darren
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706021015.UAA26583>
