Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2005 09:53:46 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/pf/net pf.c
Message-ID:  <200504220953.j3M9rkql040158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-04-22 09:53:46 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/pf/net   pf.c 
  Log:
  Fix error in synproxy connection completion. Source and
  destination windows were confused, one instead of other.
  This error was masked, because first segment of just
  established connection is usually smaller than initially
  announced window, and it was successfully passed. First
  window reannouncement corrected erroneous 'seqhi' value.
  The error showed up when client connected to synproxy
  with zero initial window, and reannounced it after
  session establishment.
  
  In collaboration with:  dhartmei [we came to same patch independtly]
  Reviewed by:            mlaier
  Sponsored by:           Rambler
  MFC after:              3 days
  
  Revision  Changes    Path
  1.28      +2 -2      src/sys/contrib/pf/net/pf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504220953.j3M9rkql040158>