Use yggquic

This commit is contained in:
Neil Alexander
2023-11-26 16:08:21 +00:00
parent aa8a71dd1f
commit 4ab9007abe
6 changed files with 19 additions and 172 deletions

View File

@@ -207,7 +207,7 @@ func main() {
overlayServer.MaxRecipients = 50
overlayServer.AuthDisabled = true
if err := overlayServer.Serve(transport.Listener()); err != nil {
if err := overlayServer.Serve(transport); err != nil {
log.Fatal(err)
}
}()