Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addr ¶ added in v0.7.0
type Addr struct { // IA is the ISD-AS identifier of the remote AS. IA addr.IA // Egress is the interface over which the remote AS should be reached. Egress uint16 // SVC is the service anycast address of the designated service in the remote AS. SVC addr.HostSVC // NextHop is the router that owns the egress interface. NextHop *net.UDPAddr }
Addr represents a service address in a remote ISD-AS reachable via a SCION onehop path.
type AddressRewriter ¶ added in v0.7.0
type AddressRewriter struct { // Rewriter is used to perform the SVC resolution. Rewriter *infraenv.AddressRewriter // MAC is the mac to issue hop fields. MAC hash.Hash // contains filtered or unexported fields }
AddressRewriter is used to perform SVC resolution over a onehop path.
Click to show internal directories.
Click to hide internal directories.