|
|
@ -39,7 +39,7 @@ public class NettyServerConfig { |
|
|
|
private int soBacklog = 1024; |
|
|
|
private int soBacklog = 1024; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* whether tpc delay |
|
|
|
* whether tcp delay |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Builder.Default |
|
|
|
@Builder.Default |
|
|
|
private boolean tcpNoDelay = true; |
|
|
|
private boolean tcpNoDelay = true; |
|
|
|