This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Xlink #54
Milestone
Comments
An added side-effect of Xlink is that it will also allow for multiple link listeners per router, which will be required to support networks with multiple link protocols (#45). |
michaelquigley
added a commit
that referenced
this issue
Mar 18, 2020
michaelquigley
added a commit
that referenced
this issue
Mar 18, 2020
…or an Xlink implementation. (#54)
michaelquigley
added a commit
that referenced
this issue
Mar 20, 2020
michaelquigley
added a commit
that referenced
this issue
Mar 20, 2020
… as the single-listener router implementation. Will revisit/refactor as xlink_transwarp develops. (#54)
michaelquigley
added a commit
that referenced
this issue
Mar 20, 2020
michaelquigley
added a commit
that referenced
this issue
Mar 20, 2020
michaelquigley
added a commit
that referenced
this issue
Mar 23, 2020
michaelquigley
added a commit
to openziti/ziti
that referenced
this issue
Mar 23, 2020
Will evaluate and continue to polish throughout the |
This was referenced Mar 23, 2020
Closed
michaelquigley
added a commit
to openziti/foundation
that referenced
this issue
Mar 24, 2020
michaelquigley
added a commit
that referenced
this issue
Mar 24, 2020
michaelquigley
added a commit
to openziti/ziti
that referenced
this issue
Mar 24, 2020
plorenz
pushed a commit
to openziti/channel
that referenced
this issue
Jan 21, 2022
plorenz
pushed a commit
to openziti/ziti
that referenced
this issue
Sep 29, 2023
…nk_transport.*Config lint. (#44, openziti/fabric#54)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's looking like the underlying connectivity semantics between
transwarp
and the traditionaltransport
-based protocols are different enough that we're not likely to contain all of the differences within thetransport
framework. In other words, thetranswarp
abstraction is likely to leak out of thetransport
implementation.So... we're probably going to need some kind of
Xlink
framework, encapsulating the behavior of link management for the overlay. The current implementation will likely becomexlink_transport
, and we'll end up developing anxlink_transwarp
.The text was updated successfully, but these errors were encountered: