Netty服务端ServerBootstrap设置的以下属性有什么作用?没有配置这些属性会有什么不同?
ServerBootstrapbootstrap=newServerBootstrap(nioServerChannelFactory);bootstrap.setOpt...
ServerBootstrap bootstrap = new ServerBootstrap(nioServerChannelFactory);
bootstrap.setOption("child.tcpNoDelay", true);
bootstrap.setOption("child.keepAlive", false); 展开
bootstrap.setOption("child.tcpNoDelay", true);
bootstrap.setOption("child.keepAlive", false); 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询