1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-05 16:55:27 -05:00

more settings to kcp

This commit is contained in:
v2ray
2016-06-20 16:10:47 +02:00
parent b131f64f7b
commit 1238304b1d
5 changed files with 64 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ import (
var (
ErrorAlreadyReleased = errors.New("Object already released.")
ErrBadConfiguration = errors.New("Bad configuration.")
)
// Releasable interface is for those types that can release its members.