浏览代码

Remove UDPRay

V2Ray 10 年之前
父节点
当前提交
ec50cf4d0e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ray.go

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