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

rename TCPListener to TCPHub

This commit is contained in:
v2ray
2016-01-28 20:47:00 +01:00
parent 4be27a6377
commit 1f9bd5f692
6 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ type HttpProxyServer struct {
accepting bool
space app.Space
config *Config
tcpListener *hub.TCPListener
tcpListener *hub.TCPHub
listeningPort v2net.Port
}