First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Any implementation with TCP Delayed ACK?

Hi,

I find all default kernels of ubuntu/Windows - not using TCP delayed ACK. Is there any implementation - which uses TCP delayed ACK at all? Or is it just a concept without having any implementation?

If you know anything, could you share details?

Thanks, Ram

ramprasad1211's avatar
1
ramprasad1211
asked 2018-08-06 06:29:38 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I have seen delayed ACKs lots of times (from multiple stacks, including Windows and Linux), sometimes even in faulty ways when a push flag should have triggered an instant ACK. So I'm not sure how you come to the conclusion that it isn't used? Whenever a single data packet without PSH flag arrives, a 200ms ACK delay happens, waiting for more data to arrive. But maybe you have a different definition of "TCP delayed ACK"?

Jasper's avatar
24.1k
Jasper
answered 2018-08-06 08:44:27 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks & I see what you are saying Jasper. Let me do some more tests before I come back and ask you next question...

ramprasad1211's avatar ramprasad1211 (2018-08-06 11:05:17 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer