1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-19 09:19:55 -04:00

Simplify channel operations

This commit is contained in:
V2Ray
2015-09-13 20:01:50 +02:00
parent ef950770fe
commit d12737b3b8
11 changed files with 63 additions and 176 deletions

View File

@@ -16,7 +16,7 @@ type ConnectionConfig struct {
// Config is the config for Point server.
type Config struct {
Port uint16 `json:"port"` // Port of this Point server.
Port uint16 `json:"port"` // Port of this Point server.
InboundConfig ConnectionConfig `json:"inbound"`
OutboundConfig ConnectionConfig `json:"outbound"`
}