EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

Problem on certain routers with the IPTOS_LOWDELAY option #22

Closed ghost closed 10 years ago

ghost commented 10 years ago

From cyril.ca...@gmail.com on June 03, 2012 02:27:18

With an android Device and a router which doesn't work with IPTOS_LOWDELAY option.

The traffic is blocked when this option is enabled: https://code.google.com/p/kryonet/source/browse/trunk/kryonet/src/com/esotericsoftware/kryonet/TcpConnection.java#76 Could you add a function to disable this option by default? Or maybe disable this option by default. Thx

Original issue: http://code.google.com/p/kryonet/issues/detail?id=21

ghost commented 10 years ago

From nathan.s...@gmail.com on June 03, 2012 18:58:29

This issue was closed by revision r115.

Status: Fixed

ghost commented 10 years ago

From nathan.s...@gmail.com on June 03, 2012 18:58:39

Disabled it in SVN, thanks!