OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Markus Friedl (markuscvs.openbsd.org)
Date: Thu Dec 01 2005 - 16:31:51 CST


CVSROOT: /cvs
Module name: src
Changes by: markuscvs.openbsd.org 2005/12/01 15:31:50

Modified files:
        sys/netinet : tcp_input.c

Log message:
allow RST if the th_seq matches rcv_nxt in case the RST follows the
data immediately. otherwise we would ignore RST for delayed acks;
ok deraadt, dhartmei