1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

test case for socks.net

This commit is contained in:
V2Ray
2015-09-19 15:35:20 +02:00
parent 729312f3b5
commit 8be5d695c8
8 changed files with 166 additions and 101 deletions

View File

@@ -6,12 +6,12 @@ type User struct {
}
type ConnectionConfig interface {
Protocol() string
Content() []byte
Protocol() string
Content() []byte
}
type PointConfig interface {
Port() uint16
InboundConfig() ConnectionConfig
OutboundConfig() ConnectionConfig
Port() uint16
InboundConfig() ConnectionConfig
OutboundConfig() ConnectionConfig
}