In article <[EMAIL PROTECTED]>,
Dinesh Nambisan <[EMAIL PROTECTED]> wrote:
> Hello,
> I have a situation where I'm trying to set the send and receive buffer
> sizes on a socket to large values like 1 MB or so (dont ask why :-),
> simple reason being we need it); and setsockopt for setting the bu
Hello,
I have a situation where I'm trying to set the send and receive buffer
sizes on a socket to large values like 1 MB or so (dont ask why :-),
simple reason being we need it); and setsockopt for setting the buffer
sizes seems to fail with ENOBUFS. On looking at the code in uipc_socket.c
where
Hi,
Thank you all for your replies. I will keep track of all the
mentioned issues.
In the mean time I will be waiting for Mr. Kenjiro Cho to return and
have a chat with him. I will keep you posted with my/our progress.
Thanks!
Ady (@freebsd.ady.ro)
On Fri, Mar 22, 2002 at 09:45:45AM -0500, Haiwei Chan wrote:
>
> In the newest 4-stable kernel whose source codes are synchronized by cvsup,
> it would fail if trying to add an alias address whose network and netmask
> are the same as the orignal one on that network interface:
[snip]
> Should i
ipfw counters?
On Fri, 22 Mar 2002, Ruslan Ahmyatzanov wrote:
> Hello,
> Is there any tools, that i can use for measure traffic, sorted by
> certain IP range. Ex.
> first_iprange 10.0.0.1-10.0.0.5/32 10.0.0.8/32 10.0.0.12-10.0.0.16
> second_iprange 10.0.0.6/32 10.0.0.10-10.0.0
You can try to use "ipa" also.
On Fri, 22 Mar 2002 17:07:45 +0300
"Paul Smirnoff" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> You can try to use "trafd".
>
>
> > Is there any tools, that i can use for measure traffic, sorted by
> > certain IP range. Ex.
> > first_iprange 10.0.0.1-10.0.0.5/32 10.
In the newest 4-stable kernel whose source codes are synchronized by cvsup,
it would fail if trying to add an alias address whose network and netmask
are the same as the orignal one on that network interface:
# uname -a
FreeBSD intra.example.com 4.5-STABLE FreeBSD 4.5-STABLE #5: Fri Mar 22
13:45
Hello,
You can try to use "trafd".
> Is there any tools, that i can use for measure traffic, sorted by
> certain IP range. Ex.
> first_iprange 10.0.0.1-10.0.0.5/32 10.0.0.8/32 10.0.0.12-10.0.0.16
> second_iprange 10.0.0.6/32 10.0.0.10-10.0.0.11/32
> third_iprange 10.0.0.7/32 10.0.0.9/32
> I thi
Hello,
Is there any tools, that i can use for measure traffic, sorted by
certain IP range. Ex.
first_iprange 10.0.0.1-10.0.0.5/32 10.0.0.8/32 10.0.0.12-10.0.0.16
second_iprange 10.0.0.6/32 10.0.0.10-10.0.0.11/32
third_iprange 10.0.0.7/32 10.0.0.9/32
I think that i c