# Functions
AddrFromString converts an address string of format isd-as,[ipaddr]:port (e.g., 1-ff00:0:300,[192.168.1.1]:80) to a SCION address.
DialSCION calls DialSCION with infinite timeout on the default networking context.
DialSCIONWithBindSVC calls DialSCIONWithBindSVC with infinite timeout on the default networking context.
IA returns the default ISD-AS.
Init initializes the default SCION networking context.
InitWithNetwork initializes snet with the provided SCION networking context.
ListenSCION calls ListenSCION with infinite timeout on the default networking context.
ListenSCIONWithBindSVC calls ListenSCIONWithBindSVC with infinite timeout on the default networking context.
NewNetwork creates a new networking context, on which future Dial or Listen calls can be made.
NewNetworkWithPR creates a new networking context with path resolver pr.
# Constants
Receive and send buffer sizes.
# Variables
Default SCION networking context for package-level Dial and Listen.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
SCION networking context, containing local ISD-AS, SCIOND, Dispatcher and Path resolver.