소스 검색

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