Re: TCP ACKs carrying data

2005-03-04 Thread Michael Tokarev
se go wrote: 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 thought it is already here. That is, if the kernel have something to send at the

TCP ACKs carrying data

2005-03-04 Thread se go
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