mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-13 01:06:02 -04:00
fix kcp listener
This commit is contained in:
@@ -104,3 +104,7 @@ func (this *UDPHub) Running() bool {
|
||||
func (this *UDPHub) Connection() net.Conn {
|
||||
return this.conn
|
||||
}
|
||||
|
||||
func (this *UDPHub) Addr() net.Addr {
|
||||
return this.conn.LocalAddr()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user