You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, nagle cause a client spent 200ms delay to send data to a server.
And delay ACK cause a server spent 40ms delay to ack client's request data, then following packets will be blocked at least 40ms.
BTW, sometimes TCP Retransmission cause 200ms and then double it in next time.
Since Nagel has been closed as @manzhizhen said, the 40ms delay should not exist, why do we still need this feature
dubbo/dubbo-remoting/dubbo-remoting-netty/src/main/java/org/apache/dubbo/remoting/transport/netty/NettyClient.java
Line 69 in d42b93d
dubbo/dubbo-remoting/dubbo-remoting-netty/src/main/java/org/apache/dubbo/remoting/transport/netty/NettyServer.java
Line 83 in d42b93d
Originally posted by @KamenRiderKuuga in #2457 (comment)
The text was updated successfully, but these errors were encountered: