server

package
v0.0.0-...-f65745d Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2022 License: Unlicense Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Port       int
	Address    string
	BufferSize int
}

type UDPServer

type UDPServer struct {
	Conn     *net.UDPConn
	Messages chan []byte
	Clients  map[string]domains.Client
	Cache    *_cache.Redis
	Config
}

func (*UDPServer) NewUDP

func (s *UDPServer) NewUDP()

Jump to

Keyboard shortcuts

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