Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.net.NoRouteToHostException: No route to host #40

Open
eakteam opened this issue Jun 29, 2018 · 3 comments
Open

java.net.NoRouteToHostException: No route to host #40

eakteam opened this issue Jun 29, 2018 · 3 comments

Comments

@eakteam
Copy link

eakteam commented Jun 29, 2018

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)
@DrBrad
Copy link

DrBrad commented Oct 13, 2018

Has this bug been fixed?

@DrBrad
Copy link

DrBrad commented Oct 17, 2018

This error seems to only be from wifi... 4G is not affected as badly by this error.

@DrBrad
Copy link

DrBrad commented Oct 24, 2018

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

Repository owner deleted a comment from mapleyuan Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants