mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-07 06:15:15 +03:00
9 lines
104 B
Go
9 lines
104 B
Go
package common
|
|
|
|
const (
|
|
UDPBufSize = 4096
|
|
RTPBufSize = 65536
|
|
VP8BufSize = 1126
|
|
DCBufSize = 32768
|
|
)
|