跳转至

TCPMux

TCPMux is a TCP traffic multiplexer written in Go, which enables you to host multiple application-layer protocols on a single port.

Usage

Start the server with a configuration file:

./TCPMux --config config.yaml

For more details on configuration, see the Configuration section.

Getting Started

Follow our Quick Start guide to get your first TCPMux instance.