- This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago by
Yon.
-
AuthorPosts
-
May 9, 2023 at 7:26 pm #13023
i using the https://github.com/Lozy/danted installed dante 1.4.3 in ubuntu 23.04
i using WireSockUI v0.12 connection is very slow and show Round-trip time 1209 ms.
Can i use udp connect Danete ? What better way to make the connection faster?
client pass {
from: 0/0 to: 0/0
log: connect disconnect
}
client block {
from: 0/0 to: 0/0
log: connect error
}
socks pass {
from: 0/0 to: 0/0
command: bind connect udpassociate
socksmethod: pam.username
log: connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bindreply udpreply
log: error}
socks block {
from: 0/0 to: 0/0
log: connect error
}May 9, 2023 at 7:33 pm #13024logoutput: /var/log/sockd.log
client pass {
from: 0/0 to: 0/0
log: connect disconnect
}
client block {
from: 0/0 to: 0/0
log: connect error
}
socks pass {
from: 0/0 to: 0/0
command: bind connect udpassociate
socksmethod: pam.username
log: connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bindreply udpreply
socksmethod: pam.username
log: error}
socks block {
from: 0/0 to: 0/0
log: connect error
}May 15, 2023 at 9:20 am #13027show Round-trip time 1209 ms
Your considerable latency is causing the slowdown you’re experiencing. To rectify this, consider setting up a VPN server that is geographically closer to you.
May 15, 2023 at 2:14 pm #13028use tcp socket is 1200ms. but use udp about is 160ms.
how use udp socket ? Is it possible to use udp?
May 15, 2023 at 4:08 pm #13030WiresockUI provides a real-time display of the Round-Trip Time (RTT) for a WireGuard tunnel, which operates using the UDP protocol. This feature allows you to monitor network latency effectively, ensuring optimal performance of your WireGuard tunnel.
May 16, 2023 at 1:57 am #13031I mean the network handshake is very slow when configured via Dante socket, and the network latency is very high when connected. Is it possible to configure Dante to use udp to connect or other methods to improve?
May 16, 2023 at 7:46 am #13032While SOCKS5 is utilized solely for the Wireguard handshake, it may induce a slight delay for it. However, this should not impact the rest of your traffic, which is directed straight to your Wireguard server.
May 16, 2023 at 8:20 am #13033The delay caused by the handshake can even be as long as 30s. So I want to solve this long handshake delay.
-
AuthorPosts
- You must be logged in to reply to this topic.
