mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 15:16:52 +08:00
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:
@@ -1,3 +1,5 @@
|
||||
// +build quic
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user