Selaa lähdekoodia

Remove UDPRay

V2Ray 10 vuotta sitten
vanhempi
commit
ec50cf4d0e
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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 {
-}