Date: Mon, 20 Mar 2017 09:06:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 217637] One TCP connection accepted TWO times Message-ID: <bug-217637-2472-tGq5ogNAft@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217637-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-217637-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217637 --- Comment #43 from Alexandre martins <alexandre.martins@stormshield.eu> -= -- I tested on Linux. Its TCP stack just continue to reset the connection by increment its sequence. -> SYN (seq 1) <- SYN/ACK (seq 80 ACK 1) -> ACK (seq 1 ACK 81) -> [DATA] (seq 1 ACK 81) <- [DATA 100] (seq 81) <- FIN (delayed/lost/ignored/...) -> [DATA] <- RST (seq 181) -> [DATA] <- RST (seq 182) -> [DATA] <- RST (seq 183) -> [DATA] <- RST (seq 184) -> [DATA] ... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217637-2472-tGq5ogNAft>