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
currently we have a problem pinging a hub with Error: dial tcp 137.74.6.25:411: i/o timeout. but web browser successfully connects to a website with port 80 on same host. also dc++ succesfully connects to same port 411 on same host. so firewall block possibility is eliminated. the only question left is:
how many sec/ms is dcping connect/read timeout? (the default golang tcp socket connect/read timeout in case custom is not set).
The text was updated successfully, but these errors were encountered:
currently we have a problem pinging a hub with
Error: dial tcp 137.74.6.25:411: i/o timeout
. but web browser successfully connects to a website with port 80 on same host. also dc++ succesfully connects to same port 411 on same host. so firewall block possibility is eliminated. the only question left is:how many sec/ms is dcping connect/read timeout? (the default golang tcp socket connect/read timeout in case custom is not set).
The text was updated successfully, but these errors were encountered: