NetBSD/usr.sbin/rbootd
darrenr 221fa57241 With recent changes to BPF, pushing the default buffer size to 1MB, running
a bunch of small daemons that seem small packet flows can easily chew up
significant kernel memory (each BPF device opened takes 2*buffersize of
wired memory.)  In each of these applications, add code to set the buffer
size to 32k before setting the interface.
2004-04-10 17:53:05 +00:00
..
Makefile
bpf.c With recent changes to BPF, pushing the default buffer size to 1MB, running 2004-04-10 17:53:05 +00:00
conf.c
defs.h
parseconf.c
pathnames.h
rbootd.8
rbootd.c
rmp.h
rmp_var.h
rmpproto.c
utils.c