[Fix] Fix typo: tpc -> tcp (#16160)

This commit is contained in:
Cancai Cai 2024-06-17 12:06:50 +08:00 committed by GitHub
parent 834c320d72
commit 61a6bd0b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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