Comment on Is there an alternative to Netlimiter software (Windows) on Linux ?
thejodie@programming.dev 1 year ago
trickled can help, but it can hit some issues when you get processes that fork other processes. Definitely test your use cases thoroughly - if you find it’s not catching a forked process then just post here with more details. There may just be a configuration change needed in trickled.conf to catch your scenario.
zoe@infosec.pub 1 year ago
yea, i used to limit certain processes that forked from a main process in windows. i ll see if i dont stumble across that in linux. Thank you :)