[Fix] Fix typo: tpc -> tcp (#16160)
This commit is contained in:
parent
834c320d72
commit
61a6bd0b30
|
|
@ -39,7 +39,7 @@ public class NettyServerConfig {
|
|||
private int soBacklog = 1024;
|
||||
|
||||
/**
|
||||
* whether tpc delay
|
||||
* whether tcp delay
|
||||
*/
|
||||
@Builder.Default
|
||||
private boolean tcpNoDelay = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue