This commit is contained in:
aler9 2020-01-20 17:20:53 +01:00
parent 00cf8c650b
commit 1ec4cb1c52

View file

@ -29,7 +29,7 @@ type track struct {
type streamProtocol int
const (
_STREAM_PROTOCOL_UDP = iota
_STREAM_PROTOCOL_UDP streamProtocol = iota
_STREAM_PROTOCOL_TCP
)