trippy icon indicating copy to clipboard operation
trippy copied to clipboard

A network diagnostic tool

Results 77 trippy issues
Sort by recently updated
recently updated
newest added

Tracking issue for all [Equal Cost Multi-path Routing](https://en.wikipedia.org/wiki/Equal-cost_multi-path_routing) work items. We wish to support the following multi-path strategies: - Classic (traceroute and MTR) - Set the sequence number in either...

tracking

Dublin traceroute for IPv6 (go implementation) uses `payload length` field of the IPv6 header to hold the sequence, see [here](https://github.com/insomniacslk/dublin-traceroute/blob/master/go/dublintraceroute/probes/probev6/udpv6.go#L59).

udp
ipv6

Currently all backend errors show `backend::run_backend` as the source, which isn't very helpful. All errors should include the source.

enhancement

See [](https://github.com/torvalds/linux/commit/c319b4d76b9e583a5d88d6bf190e079c4e43213d) for background. The full set of ICMP sockets to support: Family | Direction | Tracer | Socket | Field -- | -- | -- | -- | --...

enhancement
udp
icmp
ipv6
ipv4
icmpv6

The `Tracer` is generic over the `Network` trait to abstract it from the underlying `pnet` implementation. We can use [mockall](https://docs.rs/mockall/latest/mockall/) to test the `Tracer` with a dummy `Network` implementation.

test

help wanted
test
freebsd

help wanted
test
openbsd

Enable support for Trippy on Windows. ### Setup - Created an AWS WorkSpace for bundle "Standard with Windows 10 (Server 2019 based) (WSP)" - Installed Rust, Git, VSCode - Installed...

enhancement
help wanted
windows