On Tue, Feb 19, 2002 at 09:00:42AM +0200, Girnet Vladimir wrote:
> > 
> OK, I use such rulez:
>  ipfw pipe 10 config bw 33600bit/s queue 5K
>  ipfw pipe 11 config bw 64Kbit/s queue 10K
>  ipfw pipe 12 config bw 128Kbit/s queue 15K
> 
>  and, the rule - ipfw add 500 pipe XX ip from any to a.b.c.d/e via fxp0 out
>  
>   after issue "ping -s 8192 a.b.c.d" , I got one reply and one ping: sendto:
> No buffer space available.

and what do you expect ? You are trying to put 8192+ byte packets
each second in a queue of 5k/10k/15k of size. The queue will quickly fill up
and this is why you get those responses.

        cheers
        luigi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to