A
A
Arthur2020-01-02 00:16:45
C++ / C#
Arthur, 2020-01-02 00:16:45

Is there a method to limit internet speed for a particular process? If not, how can this be implemented?

Is it possible to somehow limit the throughput for opred. applications interacting with threads?
The bottom line is this, I get the PID, then I should limit the speed.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2020-01-02
@69Artist

Can be regulated using policies in QoS .

N
Nicholas, 2020-01-02
@romancelover

https://unix.stackexchange.com/questions/328308/ho...
This can only be a per operating system specific API. On Linux, this can be achieved by creating a cgroup, assigning it to a process, and creating a packet handling discipline for that cgroup.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question