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

# Packages

package rpt (Reliable Packet Transport) implements a simple packet-oriented protocol with ACKs on top of net.PacketConn.
Package snetproxy implements transparent logic for reconnecting to the dispatcher.
QUIC/SCION implementation.

# 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.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author