Version | Change log |
cFos for Windows (x64 bit) 8.01 3134 Feb 26, 2012 |
* Added new concept of "limit classes and filters". They are used before the "regular classed and filters" are used. Thus, the firewall filters have been moved to the limit filters. The main difference between limit and regular classes is that -speed parameter for limit classes sets a maximum send speed for packets in this class. With this you can rate-limit your applications or protocols when sending. There is no user interface save the command line yet. To illustrate, here is an example: Limit app.exe to 20000 bytes/sec: cfo limit class slow -speed 20000 cfo limit filter -prog app.exe -c slow Class and filter settings are automatically saved when changed and loaded when cFos loads. You can use the full range of filter expressions to specify which traffic should be rate-limited. |