mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
11 lines
145 B
Go
11 lines
145 B
Go
|
package mux
|
||
|
|
||
|
import "v2ray.com/core/common/net"
|
||
|
|
||
|
type mergerWorker struct {
|
||
|
}
|
||
|
|
||
|
type Merger struct {
|
||
|
sessions map[net.Destination]mergerWorker
|
||
|
}
|