Date: Tue, 20 Jul 2004 20:52:30 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.c Message-ID: <200407202052.i6KKqUI8010163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407202052.i6KKqUI8010163>
