mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
ttl expired means connection attempt failed
This commit is contained in:
parent
2fb242a6fb
commit
e659ec28f3
@ -1222,6 +1222,7 @@ run_socks_proxy_connect_reply() {
|
||||
case 0x03:
|
||||
case 0x04:
|
||||
case 0x05:
|
||||
case 0x06:
|
||||
// These generally mean the same thing: the SOCKS proxy tried,
|
||||
// but couldn't reach the host.
|
||||
_status_entry._status_code = SC_socks_no_connection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user