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

tcp/ip stack question

2007-06-07 Thread kernel coder
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 call ip_dev_find fucntion to get the second

tcp/ip stack question

2007-06-07 Thread kernel coder
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 call ip_dev_find fucntion to get the second

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

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_input

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

TCP/IP stack

2001-06-28 Thread Michael J Clark
hey guys, 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_input where it looks for the PCB for a segment.

TCP/IP stack

2001-06-28 Thread Michael J Clark
hey guys, 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_input where it looks for the PCB for a segment.

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

Re: [help] TCP rate control and Linux TCP/IP Stack?

2001-04-24 Thread Matti Aarnio
On Tue, Apr 24, 2001 at 10:11:15AM +0200, Paolo Castagna wrote: > Hi, > I'm an Italian student and I'm doing a Master Thesis on TCP rate > control. You have already posted this very same message to [EMAIL PROTECTED] and: [EMAIL PROTECTED] lists. If you don't get reply

[help] TCP rate control and Linux TCP/IP Stack?

2001-04-24 Thread Paolo Castagna
Hi, I'm an Italian student and I'm doing a Master Thesis on TCP rate control. TCP rate control is a new technique for transparently augmenting end-to-end TCP performance by controlling the sending rate of a TCP source. The sending rate of a TCP source is determined by its window size, the

[help] TCP rate control and Linux TCP/IP Stack?

2001-04-24 Thread Paolo Castagna
Hi, I'm an Italian student and I'm doing a Master Thesis on TCP rate control. TCP rate control is a new technique for transparently augmenting end-to-end TCP performance by controlling the sending rate of a TCP source. The sending rate of a TCP source is determined by its window size, the

Re: [help] TCP rate control and Linux TCP/IP Stack?

2001-04-24 Thread Matti Aarnio
On Tue, Apr 24, 2001 at 10:11:15AM +0200, Paolo Castagna wrote: Hi, I'm an Italian student and I'm doing a Master Thesis on TCP rate control. You have already posted this very same message to [EMAIL PROTECTED] and: [EMAIL PROTECTED] lists. If you don't get reply

tcp / ip stack and ip forwarding questions

2001-04-18 Thread Miri Groentman
Hi I’m a newbe to Linux kernel, and I’m trying to understand some networking issues in kernel 2.4. I will highly appreciate it if anyone could refer me to networking documentation in general, and tcp / ip stack documentation in particular. I’ve been reading tcp/ip illustrated (vol. II

tcp / ip stack and ip forwarding questions

2001-04-18 Thread Miri Groentman
Hi I’m a newbe to Linux kernel, and I’m trying to understand some networking issues in kernel 2.4. I will highly appreciate it if anyone could refer me to networking documentation in general, and tcp / ip stack documentation in particular. I’ve been reading tcp/ip illustrated (vol. II

Re: Documentation required for TCP / IP stack implementation

2001-02-15 Thread Eli Carter
Diwakar Sharma wrote: > I require linux tcp/ip stack implementation details for a project i am > involved in . > can somebody please point out an online documentation site for the same. Not online, but "LINUX IP Stacks" by Satchell & Clifford from CoriolisOpen Press may

Documentation required for TCP / IP stack implementation

2001-02-15 Thread Diwakar Sharma
hi, I require linux tcp/ip stack implementation details for a project i am involved in . can somebody please point out an online documentation site for the same. thanks in advance, Diwakar Sharma - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: Documentation required for TCP / IP stack implementation

2001-02-15 Thread Eli Carter
Diwakar Sharma wrote: I require linux tcp/ip stack implementation details for a project i am involved in . can somebody please point out an online documentation site for the same. Not online, but "LINUX IP Stacks" by Satchell Clifford from CoriolisOpen Press may be helpful to