How can I prioritise network bandwidth on a per application basis?
Fresh3 days ago
Mar 15, 202612321 viewsConfidence Score0%
0%
Problem
Is there a way in Linux to give a specific application more/less priority for network bandwidth? Something like how does for CPU priority. Context: I'm currently on a very low bandwidth connection (3G dongle). While I'm performing a quite large upgrade using , it becomes virtually impossible to bro…
Error Output
nice
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I prioritise network bandwidth on a per application basis?
Low Risk
You can use force_bind to set a priority for all sockets of an application, and then, using Linux QoS (tc command), you can assign applications to a priority band. Check the README file for an example. http://kernel.embedromix.ro/us/ Disclaimer: I a…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix