Reduce mtu size to 1000 just in case

This commit is contained in:
Lukas Herman
2021-07-24 17:32:01 -07:00
parent 7a5feda2a4
commit 9213855322

View File

@@ -19,7 +19,7 @@ import (
) )
const ( const (
rtpOutboundMTU = 1200 rtpOutboundMTU = 1000
) )
var ( var (