QUIC connections natively over Yggdrasil
Find a file
2023-11-26 15:55:06 +00:00
go.mod Initial commit 2023-11-26 15:55:06 +00:00
go.sum Initial commit 2023-11-26 15:55:06 +00:00
README.md Initial commit 2023-11-26 15:55:06 +00:00
yggquic.go Initial commit 2023-11-26 15:55:06 +00:00
yggquic_test.go Initial commit 2023-11-26 15:55:06 +00:00

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.