mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
fix fastopen?
This commit is contained in:
parent
92c52d5253
commit
907b53a8f5
@ -117,7 +117,7 @@ object AspirinServer {
|
||||
.childOption(ChannelOption.WRITE_BUFFER_WATER_MARK, bufferWaterMark)
|
||||
.childOption(ChannelOption.IP_TOS, 0x18)
|
||||
.childOption(ChannelOption.TCP_NODELAY, true)
|
||||
.childOption(ChannelOption.TCP_FASTOPEN, 32)
|
||||
.option(ChannelOption.TCP_FASTOPEN, 32)
|
||||
.bind(InetAddress.getByName(VIAaaSConfig.bindAddress), VIAaaSConfig.port)
|
||||
|
||||
ktorServer = embeddedServer(Netty, commandLineEnvironment(args)) {}.start(false)
|
||||
|
Loading…
Reference in New Issue
Block a user