Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 19:49:49 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200301290349.h0T3nnXx087094@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2003/01/28 19:49:49 PST

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Fix a bug with syncookies; previously, the syncache's MSS size was not
  initialized until after a syncookie was generated.  As a result,
  all connections resulting from a returned cookie would end up using
  a MSS of ~512 bytes.  Now larger packets will be used where possible.
  
  MFC after:      5 days
  
  Revision  Changes    Path
  1.35      +2 -2      src/sys/netinet/tcp_syncache.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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