QUIC connections natively over Yggdrasil
Find a file
2024-08-05 19:35:40 +01:00
go.mod Update to Yggdrasil 0.5.7 2024-08-05 19:35:40 +01:00
go.sum Update to Yggdrasil 0.5.7 2024-08-05 19:35:40 +01:00
LICENSE Add license file 2024-08-03 00:05:58 +01:00
README.md Initial commit 2023-11-26 15:55:06 +00:00
yggquic.go Use full MTU, disable PMTUD 2024-08-02 23:06:04 +01:00
yggquic_test.go Tweaks 2023-12-09 22:01:36 +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.