M0dEx / quincy

QUIC-based VPN
MIT License
82 stars 7 forks source link

udp hole-punch #72

Open xmh0511 opened 2 weeks ago

xmh0511 commented 2 weeks ago

The server reply approach has some pressures on the server side, adding a UDP hole-punch is a good alternative way.

M0dEx commented 2 weeks ago

What's the context here - what components or processes are you talking about?

xmh0511 commented 2 weeks ago

This is a feature wanted. https://en.wikipedia.org/wiki/UDP_hole_punching

M0dEx commented 1 week ago

@xmh0511 Do you have any tips on doing this without relying on STUN servers or other similar methods?