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