View Single Post
Old 11-23-2003, 02:03 AM  
Pharaoh
Senior Member
 
Join Date: Sep 2003
Posts: 117
Talking

Global_Inbound_bandwidth = 0 # Inbound bandwidth in kb/sec
Global_Outbound_bandwidth = 0 # Outbound bandwidth in kb/sec

both these values were set to 99999 instead of 0...changing them to 0 and adding the following lines after (which were not there) fixed the problem for me:

Client_Inbound_bandwidth = 0 # Inbound bandwidth in kb/sec
Client_Outbound_bandwidth = 0 # Outbound bandwidth in kb/sec
Pharaoh is offline   Reply With Quote