Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
eddde847df
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/dispatcher/impl/default.go

+ 1 - 0
app/dispatcher/impl/default.go

@@ -72,6 +72,7 @@ func (v *DefaultDispatcher) DispatchToOutbound(session *proxy.SessionInfo) ray.I
 	return direct
 }
 
+// FilterPacketAndDispatch waits for a payload from source and starts dispatching.
 // Private: Visible for testing.
 func (v *DefaultDispatcher) FilterPacketAndDispatch(destination v2net.Destination, link ray.OutboundRay, dispatcher proxy.OutboundHandler) {
 	payload, err := link.OutboundInput().Read()