Yon

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Dante connection is slow #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.

      in reply to: Dante connection is slow #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?

        in reply to: Dante connection is slow #13028
        Yon
        Participant

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

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

           

           

          in reply to: Dante connection is slow #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
            }

          Viewing 4 posts - 1 through 4 (of 4 total)