1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-26 23:24:35 -04:00

Remove UDPRay

This commit is contained in:
V2Ray 2015-09-29 18:45:46 +02:00
parent 7e49599794
commit ec50cf4d0e

3
ray.go
View File

@ -42,6 +42,3 @@ func (ray *Ray) InboundInput() chan<- []byte {
func (ray *Ray) InboundOutput() <-chan []byte {
return ray.Output
}
type UDPRay struct {
}