mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-05 00:47:51 -05:00
comments
This commit is contained in:
parent
bb498cbfa8
commit
eddde847df
@ -72,6 +72,7 @@ func (v *DefaultDispatcher) DispatchToOutbound(session *proxy.SessionInfo) ray.I
|
|||||||
return direct
|
return direct
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FilterPacketAndDispatch waits for a payload from source and starts dispatching.
|
||||||
// Private: Visible for testing.
|
// Private: Visible for testing.
|
||||||
func (v *DefaultDispatcher) FilterPacketAndDispatch(destination v2net.Destination, link ray.OutboundRay, dispatcher proxy.OutboundHandler) {
|
func (v *DefaultDispatcher) FilterPacketAndDispatch(destination v2net.Destination, link ray.OutboundRay, dispatcher proxy.OutboundHandler) {
|
||||||
payload, err := link.OutboundInput().Read()
|
payload, err := link.OutboundInput().Read()
|
||||||
|
Loading…
Reference in New Issue
Block a user