You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists a number of slayers paths that are necessary to express the different types of paths that the implementation supports.
We also have the snet.DataplanePath interface that is needed to synchronize values between the SCION header and the particular path header.
We also have the snet.RawPath that has the unprocessed path received in the packet. Why though?
We also have the snet.RawReplyPath, because RawPath cannot be reversed?
We should get rid of all but the slayers ones, and if we want to hide the particularities of the types behind a facade, a type that just delegates the needed functionality to the underlying slayers path.
The text was updated successfully, but these errors were encountered:
There exists a number of
slayers
paths that are necessary to express the different types of paths that the implementation supports.We also have the
snet.DataplanePath
interface that is needed to synchronize values between the SCION header and the particular path header.We also have the
snet.RawPath
that has the unprocessed path received in the packet. Why though?We also have the
snet.RawReplyPath
, becauseRawPath
cannot be reversed?We should get rid of all but the
slayers
ones, and if we want to hide the particularities of the types behind a facade, a type that just delegates the needed functionality to the underlyingslayers
path.The text was updated successfully, but these errors were encountered: