Why does SOCKS5 require to relay UDP over UDP?

前端 未结 1 1607
野性不改
野性不改 2021-02-03 10:38

The SOCKS5 protocol, described by RFC1928 provides support for UDP.

To summarize, a client wishing to relay UDP packets through a SOCKS5 server must, at least:

1条回答
  •  不知归路
    2021-02-03 11:13

    I am answering to my own question: it's probably to avoid TCP mechanisms (packet retransmission, head-of-line blocking…).

    For a local reverse tethering tool, it is not a problem though, so I implemented UDP over TCP without using SOCKS.

    0 讨论(0)
提交回复
热议问题