Documentation ¶
Overview ¶
QUIC/SCION implementation.
Index ¶
- func DialSCION(network *snet.Network, laddr, raddr *snet.Addr) (quic.Session, error)
- func DialSCIONWithBindSVC(network *snet.Network, laddr, raddr, baddr *snet.Addr, svc addr.HostSVC) (quic.Session, error)
- func Init(keyPath, pemPath string) error
- func ListenSCION(network *snet.Network, laddr *snet.Addr) (quic.Listener, error)
- func ListenSCIONWithBindSVC(network *snet.Network, laddr, baddr *snet.Addr, svc addr.HostSVC) (quic.Listener, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DialSCIONWithBindSVC ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.