package
0.3.1
Repository: https://github.com/stygerma/scion.git
Documentation: pkg.go.dev

# Functions

Dial connects to the UNIX socket specified by address.
DialTimeout acts like Dial but takes a timeout.
Listen listens on UNIX socket laddr.
Register connects to a SCION Dispatcher's UNIX socket.
RegisterTimeout acts like Register but takes a timeout.

# Constants

DefaultDispPath contains the system default for a dispatcher socket.

# Variables

MaxLength contains the maximum payload length for the ReliableSocket framing protocol.

# Structs

Conn implements the ReliableSocket framing protocol over UNIX sockets.
Listener listens on Unix sockets and returns Conn sockets on Accept().
No description provided by the author