mirror of
https://github.com/yggdrasil-network/yggquic.git
synced 2025-11-01 23:35:06 +03:00
QUIC connections natively over Yggdrasil
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| yggquic.go | ||
| yggquic_test.go | ||
QUIC over Yggdrasil
This package allows you to set up QUIC sessions natively over the Yggdrasil Network. This is in place of using a TUN adapter or IPv6 and allows Yggdrasil-native applications to be built easily.
See yggquic_test.go for example usage.