1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-15 08:05:36 -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

@@ -20,7 +20,7 @@ type DokodemoDoor struct {
address v2net.Address
port v2net.Port
space app.Space
tcpListener *hub.TCPListener
tcpListener *hub.TCPHub
udpHub *hub.UDPHub
listeningPort v2net.Port
}