Module Name: src Committed By: bouyer Date: Wed Mar 30 18:04:27 UTC 2011
Modified Files: src/sys/net: bpf.c Log Message: Allocate buffers with (M_WAITOK | M_CANFAIL) instead of M_NOWAIT. M_NOWAIT cause dhcpd on a low-memory server with lots of interfaces to occasionally fail to start with ENOBUFS; (M_WAITOK | M_CANFAIL) seems to fix this. Tested on 3 different dhcp servers. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.