协议规范上说系统实现TCP时,应该实现delayed ACK
但这个delay不应该超过0.5秒
A TCP SHOULD implement a delayed ACK, but an ACK should not be excessively delayed;
in particular, the delay MUST be less than 0.5 seconds, and in a stream of full-sized segments
there SHOULD be an ACK for at least every second segment.
具体请参见rfc1122 section 4.2.3.2 : When to Send an ACK Segment