qproxy

package
v0.0.0-...-9f27993 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2025 License: GPL-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package qproxy implements a proxy client that makes Quake UDP servers available on an IPX network.

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL