cvs commit: src/sys/netinet raw_ip.c

Robert Watson rwatson at FreeBSD.org
Tue Jul 20 13:52:31 PDT 2004


rwatson     2004-07-20 20:52:30 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          raw_ip.c 
  Log:
  M_PREPEND() the IP header on to the front of an outgoing raw IP packet
  using M_DONTWAIT rather than M_WAITOK to avoid sleeping on memory
  while holding a mutex.
  
  Revision  Changes    Path
  1.136     +1 -1      src/sys/netinet/raw_ip.c


More information about the cvs-src mailing list