mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-04-12 14:25:08 -04:00
Don't set IP_TOS option
It causes issues on certain servers. Verified to cause issues on play.inpvp.net
This commit is contained in:
parent
42a45eaa4a
commit
56d376677c
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ public class BedrockProxyConnection extends ProxyConnection {
|
|||
.group(channelType.clientEventLoopGroup().get())
|
||||
.channelFactory(RakChannelFactory.client(channelClass))
|
||||
.option(ChannelOption.CONNECT_TIMEOUT_MILLIS, 4_000)
|
||||
.option(ChannelOption.IP_TOS, 0x18)
|
||||
.option(RakChannelOption.RAK_PROTOCOL_VERSION, ProtocolConstants.BEDROCK_RAKNET_PROTOCOL_VERSION)
|
||||
.option(RakChannelOption.RAK_CONNECT_TIMEOUT, 4_000L)
|
||||
.option(RakChannelOption.RAK_SESSION_TIMEOUT, 30_000L)
|
||||
|
|
Loading…
Add table
Reference in a new issue