Replies: 3 comments
-
Alternatives considered and some reflections:
We are far from experts when it comes to networks, so we could very well have missed some obvious and good solutions. Tips and tricks are highly valued! |
Beta Was this translation helpful? Give feedback.
-
@stianlaa I think this is likely out of scope as a netclient enhancement. Are you more just looking for a recommendation on implementation? |
Beta Was this translation helpful? Give feedback.
-
Hmm, I understand that it falls a bit outside the core focus of netclient. Perhaps it is a peculiar use-case we are talking about here, but most functionality which relies on differentiating data streams by port will be affected. Time will tell 😃 If you have some solution in mind we would be very interested. We are testing out a couple of alternatives to achieve some prioritization, but it doesn't feel that ergonomic just yet. |
Beta Was this translation helpful? Give feedback.
-
I'm creating this issue to highlight a usecase which I suspect others share but in different forms. A minimal example use-case is as follows:
Two processes A and B attempt to send data over a limited link, (in our case an LTE/4G modem), where the data from process A is critical to receive, and process B is a camera stream which is nice-to-have. Without netmaker/wireguard this might be resolved by defining priority between various ports in the modem/router, but as all traffic is pulled through the same port and the wireguard "tunnel" is opaque, the modem has no way of prioritizing some traffic over others giving Quality-of-services issues.
I'll provide some information of avenues we have explored below, but our desire is some solution to this Quality-of-service issue.
Beta Was this translation helpful? Give feedback.
All reactions