cvs commit: src/sys/netatalk ddp_input.c

Robert Watson rwatson at FreeBSD.org
Sun Dec 5 05:27:31 PST 2004


rwatson     2004-12-05 13:27:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netatalk         ddp_input.c 
  Log:
  Acquire socket receive buffer mutex before appending and then waking up
  a receive socket in DDP.  This reduces the number of mutex operations
  required to deliver to a socket by two, and is the model used in other
  protocols.
  
  Revision  Changes    Path
  1.27      +4 -2      src/sys/netatalk/ddp_input.c


More information about the cvs-src mailing list