package
0.0.0-20180220065759-986d81d64071
Repository: https://github.com/supernomad/quantum.git
Documentation: pkg.go.dev

# Functions

New generates a socket based on the supplied type and configuration.

# Constants

DTLSSocket type creates and manages a UDP based socket that is encrypted using DTLS.
MOCKSocket type creates and manages a mocked out socket for testing.
UDPSocket type creates and manages a UDP based socket.

# Structs

DTLS socket struct for managing a multi-queue openssl based DTLS socket.
Mock socket struct to use for testing.
UDP socket struct for managing a multi-queue udp socket.

# Interfaces

Socket interface for a generic multi-queue socket interface.