Class NetworkManagerUtilities
- java.lang.Object
-
- com.biglybt.core.networkmanager.impl.NetworkManagerUtilities
-
public class NetworkManagerUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NetworkManagerUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getGroupRateLimit(LimitedRateGroup group)
Translate the group speed limit to a proper real rate.
-
-
-
Method Detail
-
getGroupRateLimit
public static int getGroupRateLimit(LimitedRateGroup group)
Translate the group speed limit to a proper real rate.- Parameters:
group
- to use- Returns:
- rate real limit in bytes per second
-
-