https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217637
--- Comment #43 from Alexandre martins <alexandre.mart...@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] ... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"