Re: Socket buffer size limitation

2002-03-22 Thread John Polstra
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

Socket buffer size limitation

2002-03-22 Thread Dinesh Nambisan
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

Re: Help needed: ALTQ integration into FreeBSD

2002-03-22 Thread Adrian Penisoara
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)

Re: error handling in in_ifinit()

2002-03-22 Thread Crist J. Clark
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

Re: traffic measure for certain IP range

2002-03-22 Thread Julian Elischer
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

Re: traffic measure for certain IP range

2002-03-22 Thread Vladimir Terziev
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.

error handling in in_ifinit()

2002-03-22 Thread Haiwei Chan
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

Re: traffic measure for certain IP range

2002-03-22 Thread Paul Smirnoff
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

traffic measure for certain IP range

2002-03-22 Thread Ruslan Ahmyatzanov
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