cvs commit: src/sys/netinet6 raw_ip6.c

Robert Watson rwatson at FreeBSD.org
Thu Aug 12 11:31:37 PDT 2004


rwatson     2004-08-12 18:31:36 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         raw_ip6.c 
  Log:
  When allocating the IPv6 header to stick in front of raw packet being
  sent via a raw IPv6 socket, use M_DONTWAIT not M_TRYWAIT, as we're
  holding the raw pcb mutex.
  
  Reported, tested by:    kuriyama
  
  Revision  Changes    Path
  1.45      +5 -1      src/sys/netinet6/raw_ip6.c


More information about the cvs-all mailing list