Replies: 1 comment 1 reply
-
Why are you sure it's a problem with hev-socks5-tunnel, not the server or the network? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm running curl https://youtube.com or other and get a long response (6+ seconds). How can i fix this?
Config:
misc:
log-level: 'debug'
task-stack-size: 81920
connect-timeout: 5000
read-write-timeout: 60000
tunnel:
name: 'tun0'
mtu: 8500
ipv4: '198.18.0.1'
ipv6: ''
multi-queue: true
post-up-script: '/route.sh'
socks5:
address: '10.10.5.6'
port: 1080
udp: 'udp'
mark: 0
Log:
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 construct
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client construct
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client tcp construct ip
[2024-08-28 12:26:24] [I] 0xfffff7fda980 socks5 client tcp -> [74.125.131.91]:443
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 session tcp construct
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 session tcp new
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 session run
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client connect [10.10.5.6]:1080
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client connect server
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 session tcp bind
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client connect server fd 11
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client handshake standard
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client write auth methods
[2024-08-28 12:26:24] [D] 0xfffff7fda980 socks5 client read auth method
[2024-08-28 12:26:30] [D] 0xfffff7fda980 socks5 client write request
[2024-08-28 12:26:30] [D] 0xfffff7fda980 socks5 client read response
[2024-08-28 12:26:30] [D] 0xfffff7fda980 socks5 session tcp splice
[2024-08-28 12:26:31] [D] 0xfffff7fda980 socks5 session terminate
[2024-08-28 12:26:31] [I] 0xfffff7fda980 io timeout
[2024-08-28 12:26:31] [D] 0xfffff7fda980 socks5 session tcp destruct
[2024-08-28 12:26:31] [D] 0xfffff7fda980 socks5 client tcp destruct
[2024-08-28 12:26:31] [D] 0xfffff7fda980 socks5 client destruct
[2024-08-28 12:26:31] [D] 0xfffff7fda980 socks5 destruct
Beta Was this translation helpful? Give feedback.
All reactions