Remove UDPRay

pull/31/head
V2Ray 2015-09-29 18:45:46 +02:00
parent 7e49599794
commit ec50cf4d0e
1 changed files with 0 additions and 3 deletions

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 {
}