Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 v0.6.0 Dec 4, 2020 Changes in this version + func Size(local, remote *snet.UDPAddr, pldSize int) (int, error) + type Config struct + Attempts uint16 + Dispatcher reliable.Dispatcher + ErrHandler func(err error) + Interval time.Duration + Local *snet.UDPAddr + PayloadSize int + Remote *snet.UDPAddr + Timeout time.Duration + UpdateHandler func(Update) + type State int + const AfterTimeout + const Duplicate + const OutOfOrder + const Success + type Stats struct + Received int + Sent int + func Run(ctx context.Context, cfg Config) (Stats, error) + type Update struct + RTT time.Duration + Sequence int + Size int + Source snet.SCIONAddress + State State