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: Claudio Jeker (claudiocvs.openbsd.org)
Date: Wed Sep 29 2010 - 13:00:19 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2010/09/29 12:00:19

Modified files:
        sys/netinet : tcp_input.c

Log message:
It is not allowed to recalculate the window scale after the initial SYN.
A session must stick to the rscale factor sent out in the SYN packet.
Remove the bogus tcp_rscale() call which is done after a full established
session is returned from the syncache.