mirror of
https://github.com/net-byte/vtun
synced 2024-03-14 10:50:03 +08:00
8 lines
112 B
Go
8 lines
112 B
Go
package kcp
|
|
|
|
const DSCP = 9
|
|
const SockBuf = 4194304
|
|
const SndWnd = 512
|
|
const RcvWnd = 512
|
|
const SALT = "FOLLOW"
|