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

Monitor changes to the endhost stack (including dispatcher removal) #13

Open mlegner opened 1 year ago

mlegner commented 1 year ago

There are ongoing efforts to remove the dispatcher, see https://github.com/scionproto/scion/issues/3961, https://github.com/scionproto/scion/pull/4280, and https://github.com/scionproto/scion/pull/4344.

We need to keep an eye on this process.

mlegner commented 12 months ago

According to the latest roadmap (see also https://github.com/scionproto/scion/issues/4348#issuecomment-1755039568), the implementation of the dispatcher-less stack is expected to be finished by end of February, 2023.

mlegner commented 10 months ago

There are some other ongoing projects that will probably be relevant for us: https://github.com/scionproto/scion/pull/4451

mlegner commented 4 months ago

The dispatcher removal was merged into scionproto: https://github.com/scionproto/scion/pull/4344