Since Nagel has been closed as @manzhizhen said, the 40ms delay should not exist, why do we still need this feature
|
bootstrap.setOption("tcpNoDelay", true); |
|
bootstrap.setOption("child.tcpNoDelay", true); |
Originally posted by @KamenRiderKuuga in #2457 (comment)
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)