Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 1996 12:06:17 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c udp_usrreq.c
Message-ID:  <199610071906.MAA18855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/10/07 12:06:16

  Modified:    sys/netinet  in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c
                        udp_usrreq.c
  Log:
  Improved in_pcblookuphash() to support wildcarding, and changed relavent
  callers of it to take advantage of this. This reduces new connection
  request overhead in the face of a large number of PCBs in the system.
  Thanks to David Filo <filo@yahoo.com> for suggesting this and providing
  a sample implementation (which wasn't used, but showed that it could be
  done).
  
  Reviewed by:	wollman
  
  Revision  Changes    Path
  1.22      +48 -27    src/sys/netinet/in_pcb.c
  1.13      +3 -3      src/sys/netinet/in_pcb.h
  1.53      +2 -12     src/sys/netinet/tcp_input.c
  1.26      +2 -2      src/sys/netinet/tcp_usrreq.c
  1.29      +3 -11     src/sys/netinet/udp_usrreq.c



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