cvs commit: src/sys/netinet udp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Wed Aug 18 18:13:10 PDT 2004


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


More information about the cvs-src mailing list