Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 01:13:10 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet udp_usrreq.c
Message-ID:  <200408190113.i7J1DAhg005821@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-19 01:13:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  Push down pcbinfo and inpcb locking from udp_send() into udp_output().
  This provides greater context for the locking and allows us to avoid
  locking the pcbinfo structure if not binding operations will take
  place (i.e., already bound, connected, and no expliti sendto()
  address).
  
  Revision  Changes    Path
  1.163     +35 -25    src/sys/netinet/udp_usrreq.c



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