You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E/TCPInput: Connection error: 111.13.142.2:5222:50418
java.net.NoRouteToHostException: No route to host
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:742)
at xyz.hexene.localvpn.TCPInput.processConnect(TCPInput.java:93)
at xyz.hexene.localvpn.TCPInput.run(TCPInput.java:70)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:760)
The text was updated successfully, but these errors were encountered:
My guess is that its due to packet sizes being too large. If you look at the TCPInput, you can see that he wrote: // TODO: Set MSS for receiving larger packets from the device
The text was updated successfully, but these errors were encountered: