Re: tcp/ip stack question

2007-06-07 Thread Lee Revell
On 6/7/07, kernel coder <[EMAIL PROTECTED]> wrote: hi, I am recieveing the packet on eth1 and want to send it through eth2. I've written code in netif_recieve_skb function .This code changes the mac header in sk_buff structure so that it can be send through other interface card.But when i

Re: TCP/IP stack

2001-06-29 Thread Kevin Buhr
Michael J Clark <[EMAIL PROTECTED]> writes: > > I have been reading through TCP/IP Illustrated Vol 2 and the linux > source. I am having a heck of a time finding where it sees a SYN packet > and check to see if the desitination port is open. In the book it looks > like it happens in tcp_inpu

Re: TCP/IP stack

2001-06-28 Thread Matti Aarnio
Richard, should there be (is there?) linux-networking-faq, or can this be put into the linux-kernel faq ? On Thu, Jun 28, 2001 at 10:33:46AM -0400, Michael J Clark wrote: > hey guys, > > I have been reading through TCP/IP Illustrated Vol 2 and the linux > source. That book describes