From owner-cvs-sys Wed May 3 00:17:05 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04252 for cvs-sys-outgoing; Wed, 3 May 1995 00:17:05 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04232 ; Wed, 3 May 1995 00:16:57 -0700 Date: Wed, 3 May 1995 00:16:57 -0700 From: David Greenman Message-Id: <199505030716.AAA04232@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet in_pcb.c tcp_input.c udp_usrreq.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/05/03 00:16:55 Modified: sys/netinet in_pcb.c tcp_input.c udp_usrreq.c Log: Changed in_pcblookuphash() to not automatically call in_pcblookup() if the lookup fails. Updated callers to deal with this. Call in_pcblookuphash instead of in_pcblookup() in in_pcbconnect; this improves performance of UDP output by about 17% in the standard case.