Gocator API
|
kStatus GoAcceleratorMgr_GetPortRangeLimits | ( | GoAcceleratorMgr | manager, |
k16u * | startLimit, | ||
k16u * | endLimit, | ||
k16u * | minNumPorts | ||
) |
Get the min and max values of the port range and the minimum number of ports within the port range.
These limits are the default port range. The upper limit is set to just below the start of the ephemeral port range that are available for use by any network application.
manager | GoAcceleratorMgr object. |
startLimit | Returns the limit for the starting port number in the range |
endLimit | Returns the limit for the last port number in the range. |
minNumPorts | Returns the minimum number of ports that the range must support. |