Dante connection is slow

Home Forums Discussions Support Dante connection is slow

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13023
    Yon
    Participant

      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
      }

      #13024
      Yon
      Participant

        logoutput: /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
        }

        #13027
        Vadim Smirnov
        Keymaster

          show 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.

          #13028
          Yon
          Participant

            use tcp socket is 1200ms. but use udp about is 160ms.

            how use udp socket ? Is it possible to use udp?

             

             

            #13030
            Vadim Smirnov
            Keymaster

              WiresockUI 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.

              #13031
              Yon
              Participant

                I 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?

                #13032
                Vadim Smirnov
                Keymaster

                  While 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.

                  #13033
                  Yon
                  Participant

                    The delay caused by the handshake can even be as long as 30s. So I want to solve this long handshake delay.

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.