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