Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 Changes in this version + func FilterEmptyPaths(paths []snet.Path) []snet.Path + func PathKey(path snet.Path) string + type Option func(o *options) + func WithEPIC(epic bool) Option + type Prober struct + Dispatcher string + DstIA addr.IA + ID uint16 + LocalIA addr.IA + LocalIP net.IP + SCIONPacketConnMetrics snet.SCIONPacketConnMetrics + func (p Prober) GetStatuses(ctx context.Context, paths []snet.Path, opts ...Option) (map[string]Status, error) + type Status struct + AdditionalInfo string + LocalIP net.IP + Status StatusName + func (s Status) String() string + type StatusName string + const StatusAlive + const StatusSCMP + const StatusTimeout + const StatusUnknown