# Packages
Package mock_reliable is a generated GoMock package.
Package reconnect implements transparent logic for reconnecting to the dispatcher.
# Functions
Dial connects to the UNIX socket specified by address.
DialTimeout acts like Dial but takes a timeout.
No description provided by the author
No description provided by the author
No description provided by the author
Listen listens on UNIX socket laddr.
NewDispatcherService creates a new dispatcher API endpoint on top of a UNIX STREAM reliable socket.
No description provided by the author
No description provided by the author
Register connects to a SCION Dispatcher's UNIX socket.
RegisterTimeout acts like Register but takes a timeout.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
DefaultDispPath contains the system default for a dispatcher socket.
DefaultDispSocketFileMode allows read/write to the user and group only.
# Variables
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
Possible errors.
# Structs
No description provided by the author
Conn implements the ReliableSocket framing protocol over UNIX sockets.
Listener listens on Unix sockets and returns Conn sockets on Accept().
OverlayPacket contains metadata about a SCION packet going through the reliable socket framing protocol.
ReadPacketizer splits a stream of reliable socket frames into packets.
Registration contains metadata for a SCION Dispatcher registration message.
WriteStreamer sends a packet via a stream.
# Interfaces
DispatcherService controls how SCION applications open sockets in the SCION world.
# Type aliases
No description provided by the author