Re: Too aggressive TCP ACKs
- Reply: Tom Jones : "Re: Too aggressive TCP ACKs"
- Reply: Zhenlei Huang : "Re: Too aggressive TCP ACKs"
- In reply to: Zhenlei Huang : "Re: Too aggressive TCP ACKs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Oct 2022 10:14:25 UTC
Hi, Some thoughts about this topic. Delaying ACKs means loss of performance when using Gigabit TCP connections in data centers. There it is important to ACK the data as quick as possible, to avoid running out of TCP window space. Thinking about TCP connections at 30 GBit/s and above! I think the implementation should be exactly like it is. There is a software LRO in FreeBSD to coalesce the ACKs before they hit the network stack, so there are no real problems there. --HPS