rename udp.go to hub.go

pull/2034/head
v2ray 8 years ago
parent 667b71aad0
commit 2a778762b1
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -98,3 +98,9 @@ func (this *UDPHub) Running() bool {
return this.accepting
}
// Connection return the net.Conn underneath this hub.
// Private: Visible for testing only
func (this *UDPHub) Connection() net.Conn {
return this.conn
}
Loading…
Cancel
Save