K 10 svn:author V 5 andre K 8 svn:date V 27 2005-05-04T13:59:26.000000Z K 7 svn:log V 430 MFC: tcp_output.c rev 1.109, tcp_subr.c rev 1.222, tcp_var.h rev 1.120. Ignore ICMP Source Quench messages for TCP sessions. Source Quench is ineffective, depreciated and can be abused to degrade the performance of active TCP sessions if spoofed. Replace a bogus call to tcp_quench() in tcp_output() with the direct equivalent tcpcb variable assignment. Security: draft-gont-tcpm-icmp-attacks-03.txt Section 7.1 END