mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-20 20:49:12 -04:00
massive refactoring for kcp
This commit is contained in:
@@ -12,6 +12,9 @@ const (
|
||||
|
||||
// UDPNetwork represents the UDP network.
|
||||
UDPNetwork = Network("udp")
|
||||
|
||||
// KCPNetwork represents the KCP network.
|
||||
KCPNetwork = Network("kcp")
|
||||
)
|
||||
|
||||
// Network represents a communication network on internet.
|
||||
|
||||
Reference in New Issue
Block a user