mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
6 lines
46 B
Go
6 lines
46 B
Go
|
package rtc
|
||
|
|
||
|
const (
|
||
|
rtpOutboundMTU = 1200
|
||
|
)
|