Re: Poor performance with natd/ipfw and TSO enabled on bce(4) card and 8.1-PRERELEASE

2010-07-04 Thread bored to death
hi, just wanted to say it's not just on bce. i had the same problem with my "msk" interfaces. i just had 1 pipe and 1 divert rule in my ipfw rules. and i couldn't even open a simple 10K html page from apache, even apache didn't respond. eventually i disabled

new group About Searched

2006-09-20 Thread to
messages emailed to Alerts. Terms of Service Privacy oogle Groups Home Help Sign in Web Images VideoNew News Maps more raquo Advanced Search Members: users: Join Alerts Create new group About Searched all groups Your search did not match any Make sure words are spelled Try different keywords

Reversed MAC lookup inside FreeBSD kernel?

2003-08-29 Thread Khoa A. To
Hi, I'm new to kernel code, and don't understand the structure of ARP table very well. Could someone please point me to the right direction for the following problem I have: I need to get a translation of MAC addresses to IP addresses in the kernel. I saw some postings about how to

netgraph hook for iface node

2003-06-06 Thread Khoa To
Hello, I need to implement a routing protocol on top of IP (i.e. the packet is encapsulated within an IP packet). I'm new to network programming, and from searching the web, it looks like netgraph can help me a lot. But I have some problems with applying netgraph to my implementation, and