Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 1995 13:49:07 -0700
From:      "Garrett A. Wollman" <wollman>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/netinet tcp_var.h
Message-ID:  <199510042049.NAA02896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     95/10/04 13:49:06

  Modified:    sys/netinet  tcp_var.h
  Log:
  Make a whole bunch of PCB variables ints rather than shorts.  There appear
  to be no ill effects, and so far as Iknow none of the variables in
  question depend on 16-bit wraparound behavior.  (The sizes are in
  many cases relics from when a PCB had to fit inside a 128-byte mbuf.  PCBs
  are no longer stored in that way, and the old structure would not have
  fit, either.)



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