Closed maojianyou closed 10 months ago
You can run multiple instances of udp2raw, with each instance using a separate port.
udp2raw doesn't have similiar multiple port as kcptun.
running multiple insntances is the only way.
You can run multiple instances of udp2raw, with each instance using a separate port.
If multiple instances are used, it is equivalent to running multiple udp2raw processes, resulting in a high number of udp2raw instances. Since kcptun only utilizes a single port for service, it would be beneficial if there is an automated mechanism to identify the specific port among, for example, 100 ports, eliminating the need to spawn numerous udp2raw processes unnecessarily.
udp2raw doesn't have similiar multiple port as kcptun.
running multiple insntances is the only way.
If multiple instances are used, it is equivalent to running multiple udp2raw processes, resulting in a high number of udp2raw instances. Since kcptun only utilizes a single port for service, it would be beneficial if there is an automated mechanism to identify the specific port among, for example, 100 ports, eliminating the need to spawn numerous udp2raw processes unnecessarily.
I am using kcptun in conjunction with udp2raw, and I know that kcptun supports multiple ports. Does udp2raw also support multiple ports?