On 12/18/06, Looza <[EMAIL PROTECTED]> wrote:
My first question is if anyone knows off some way to get the processing out of the CPU so that I can achieve gigabit speeds without ?
Like you already noticed, better NICs help. BTW, which ones do you have? See drivers' manpages for info about hardware offloading. Also, have a look at polling(4), it might (or might not) help.
My second question is if there is a way of setting the ipfw delay option so that it does not alter the throughput?
You'll have to read ipfw(8) for that. In short, you might have to increase the queue size so that it can hold 100ms worth of traffic. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
