Browse Source

Remove UDPRay

pull/31/head
V2Ray 9 years ago
parent
commit
ec50cf4d0e
  1. 3
      ray.go

3
ray.go

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

Loading…
Cancel
Save