drblah / multi-connect

A continuation of mpconn
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Implement routing #6

Open drblah opened 8 months ago

drblah commented 8 months ago

Clients should announce their routes to the server. The server will then use these routes to determine which connections should receive data.

We already have some of the logic for this, but we need the to invent/modify a message such that the client will communicate these routes. We probably also need a way for the server to communicate routes to the clients.

drblah commented 7 months ago

This is partly done in 9a1dd62f7842f72ad515761a8028610e37e3b9f0 The question wether we should also be able to dynamically sync these routes with the host OS via netlink is still open. For now that must be done manually