Documentation ¶ Overview ¶ Package qproxy implements a proxy client that makes Quake UDP servers available on an IPX network. Index ¶ type Config type Proxy func New(config *Config, node network.Node) *Proxy func (p *Proxy) Run(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // Address of Quake server. Address string // IdleTimeout is the amount of time after which a connection is deleted. IdleTimeout time.Duration } type Proxy ¶ type Proxy struct { // contains filtered or unexported fields } func New ¶ func New(config *Config, node network.Node) *Proxy func (*Proxy) Run ¶ func (p *Proxy) Run(ctx context.Context) Source Files ¶ View all Source files protocol.go proxy.go Click to show internal directories. Click to hide internal directories.