Libnet
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: performance of libnet-based tools
Mar 01 2005 08:55PM
Mark Atkinson (darkmark filament org)
On Fri, 25 Feb 2005, Steven Alexander Jr. wrote:
> Failed to send packet: No buffer space available
BPF_MAXBUFSIZE controls this value and lives in
sys/net/bpf.h (usually installed under /usr/src).
you can see the current buffer size with the following command.
sysctl -a |grep bpf
You'll have to...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
> Failed to send packet: No buffer space available
BPF_MAXBUFSIZE controls this value and lives in
sys/net/bpf.h (usually installed under /usr/src).
you can see the current buffer size with the following command.
sysctl -a |grep bpf
You'll have to...
[ more ]