Re: TCP ACKs carrying data

From: Michael Tokarev
Date: Fri Mar 04 2005 - 08:29:31 EST


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 moment when incoming packet arrives, it sends one
packet out, containing both the ACK for previously received packet
and the data.

Ie, if the app is sending data in both directions, there will be no
(well, almost: initial handshake and final sequence are still unique)
"bare" ACKs, or packets without data.

Or Am I just dreaming? ;)

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