lkml.org 
[lkml]   [2005]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectTCP ACKs carrying data
Date
Hello,

i got some problems concerning tcp realization in kernel (v 2.4).

i need to make some modifications to tcp to be able to transfer data within ACK segments...(initially their data field is empty)

i suppose i should modify the following functions:

/net/ipv4/tcp_input.c > tcp_ack() - for processing incoming acks, to read data from their data field

and

/net/ipv4/tcp_output.c > tcp_send_ack() - for processing outgoing acks, to put data in them

my questions are:
- am i right in my decision?
- what problems these modifications may cause (i tried to modify and they do cause!... i just cannot understand what they are)
- what functions else i may need to modify?
- how must i modify ACKs to make them do what i want and to make linux kernel correctly treating them.

if you need i can reply the list of modifications i've done.

i'd like to be personally CC'd.


thanks in advance,

Serge Goodenko
Moscow Institute of Physics and Technology
Moscow, Russia

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:3.688 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site