MystenLabs / scion-rs

This library provides an end-host networking stack for SCION and can be used in Rust applications to communicate over a SCION network.
Apache License 2.0
20 stars 5 forks source link

Handle SCMP error messages with path strategies #134

Open mlegner opened 8 months ago

mlegner commented 8 months ago

Currently, the UDP socket returns SCMP error messages as errors when performing a receive. However, we currently don't actually use these errors in any way. Ideally we would use these to provide input into path strategies; for example, to remove dead paths from the cache.