package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# Packages

Package mock_svc is a generated GoMock package.

# Functions

DefaultRoundTripper returns a basic implementation of the RoundTripper interface.
NewResolverPacketDispatcher creates a dispatcher service that returns sockets with built-in SVC address resolution capabilities.

# Constants

No description provided by the author
Error means that the handler experience an error during processing.
Forward means that the packet should be forwarded to the application.
Handled means that the handler completed successfully.
No description provided by the author
No description provided by the author

# Structs

BaseHandler reverses a SCION packet, replaces the source address with the one in the struct and then sends the message on the connection.
Reply is an SVC resolution reply.
No description provided by the author
Resolver performs SVC address resolution.
ResolverPacketDispatcher is a dispatcher service that returns sockets with built-in SVC address resolution capabilities.

# Interfaces

RequestHandler handles SCION packets with SVC destination addresses.
RoundTripper does a single SVC resolution request/reply interaction over a connection, using the specified request packet and overlay address.

# Type aliases

Result is used to inform Handler users on the outcome of handler execution.
Transport contains constants for common transport keys.