CarraFix - 2.7Traffic shaper, bandwidth manager & QoS tool |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Features: | Support: | |||
| Ease of Use: | Quality / Stability: | Price: | |||
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
we now have dummynet on tiger 10.4 :) more convenient/powerful than carrafix - Version: 2.7, 6/8/2005 03:44AM PST
(0 of 2 users found this comment useful)
ebricca
Works with BitTorrent for me! - Version: 2.7, 2/1/2005 08:59PM PST
Jim M.
Carrafix 2.7 works fine for me to throttle BitTorrent 3.4.2. My set-up: BitTorrent prefs set to just two ports, 6881 and 6882. In Carrafix, click on Add button and enter each of the above ports, name them and enable Ul choice. Uploads are then capped as confirmed by Activity Monitor's Network graph and lack of slow-down in opening web sites. (I haven't tried using more than the two ports: I don't think I need any more.) I'm a new BitTorrent user... I just want to share interesting Mac .torrent files with fellow users but do it in the background and not slow down my Mac experience. This set-up works well for this purpose.
Most Recent Replies: View All 1 Replies
- Works with BitTorrent for me!
Please make it work for Bittorrent - Version: 2.7, 1/9/2005 10:56AM PST
(1 of 1 users found this comment useful)
derekdee007
EOM
Most Recent Replies: View All 1 Replies
its a function in the builtin ipfw firewall
as example
ipfw add 100 pipe 1 ip from 10.0.1.128 to any
ipfw pipe 1 config bw 128Kbit/s
works now use
sudo ipfw delete 100 pipe 1
to get rid of it again
keep in mind that if you set it to
ipfw add 100 pipe 1 ip from 10.0.1.128 to any
also inbound traffic is limited means inter application messaging may get hampered if you set the bw too low (terminal starts to react slow if you have as ex other webtraffic going on)
and also that the pipe limiting doesnt get reset if you just delete the pipe
so if you delete and readd the pipe the same bw limiting is set
all settings get erased on a restart of the computer :)