Matthew Dillon 07fd333df3 Remove the PAWS ack-on-ack debugging printf().
Note that the original RFC 1323 (PAWS) says in 4.2.1 that the out of
order / reverse-time-indexed packet should be acknowledged as specified
in RFC-793 page 69 then dropped.  The original PAWS code in FreeBSD (1994)
simply acknowledged the segment unconditionally, which is incorrect, and
was fixed in 1.183 (2002).  At the moment we do not do checks for SYN or FIN
in addition to (tlen != 0), which may or may not be correct, but the
worst that ought to happen should be a retry by the sender.
2002-12-30 19:31:04 +00:00
..
2002-12-28 22:47:45 +00:00
2002-12-18 21:47:52 +00:00
2002-12-22 05:35:03 +00:00
2002-10-18 21:41:41 +00:00
2002-12-23 22:33:08 +00:00
2002-12-18 11:46:59 +00:00
2002-11-27 06:04:49 +00:00