enable tcp for shadowsocks server

pull/314/head
Darien Raymond 2016-11-02 22:19:01 +01:00
parent c5a92e00ef
commit 1600a59254
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ type ServerFactory struct{}
func (this *ServerFactory) StreamCapability() v2net.NetworkList {
return v2net.NetworkList{
Network: []v2net.Network{v2net.Network_RawTCP},
Network: []v2net.Network{v2net.Network_TCP, v2net.Network_RawTCP},
}
}