1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 05:55:20 -05:00

rename dispatcher.Interface

This commit is contained in:
Darien Raymond
2017-01-13 13:53:44 +01:00
parent 289c467a12
commit f7e1f00c88
10 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ type DokodemoDoor struct {
accepting bool
address v2net.Address
port v2net.Port
packetDispatcher dispatcher.PacketDispatcher
packetDispatcher dispatcher.Interface
tcpListener *internet.TCPHub
udpHub *udp.Hub
udpServer *udp.Server