Files
sing-box-extended/transport/call/common/buffers.go

9 lines
104 B
Go

package common
const (
UDPBufSize = 4096
RTPBufSize = 65536
VP8BufSize = 1126
DCBufSize = 32768
)