cvs commit: src/sys/netinet udp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Aug 22 13:02:54 PDT 2004


rwatson     2004-08-22 20:02:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          udp_usrreq.c 
  Log:
  MT5 udp_usrreq.c:1.163:
  
    date: 2004/08/19 01:13:10;  author: rwatson;  state: Exp;  lines: +35 -25
    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).
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.162.2.1  +35 -25    src/sys/netinet/udp_usrreq.c


More information about the cvs-all mailing list