Disable quic by default; enable with build tag

Taking a more extreme approach than #588... This patch
disables quic by default. The advantage here would be
that webrtc builds with older versions of go than
quic-go supports (currently 1.12+).
This commit is contained in:
Michael MacDonald
2019-04-05 14:43:32 -04:00
parent b49d45d243
commit 64eecd6d39
7 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
// +build quic
package main
import (