ソースを参照

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