Initial commit

This commit is contained in:
Neil Alexander 2023-11-26 15:55:06 +00:00
commit 966e783e18
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 404 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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.