maidsafe-archive / MaidSafe

This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki.
Other
583 stars 102 forks source link

Routing v2 crux #212

Closed Fraser999 closed 9 years ago

VoR0220 commented 9 years ago

May I ask why RUDP was removed from the project? Is there a change that is going on?

NickLambert commented 9 years ago

We are preparing to replace RUDP with Crux

Fraser999 commented 9 years ago

CRUX is effectively a refactored version of the core parts of RUDP. It has been updated to take advantage of changes to ASIO and C++ itself and we're looking at submitting it for inclusion into Boost (hence the different style to most of the rest of our code).

The remaining parts of RUDP (the outer layer which managed multiple connections) are planned to be replaced by parts of the new Routing library. This work is all happening in branches called 'routing_v2' for the moment.