Gocator API

◆ GoAcceleratorMgr_GetPortRangeLimits()

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.

Version
Introduced in firmware 5.2.18.3
Parameters
managerGoAcceleratorMgr object.
startLimitReturns the limit for the starting port number in the range
endLimitReturns the limit for the last port number in the range.
minNumPortsReturns the minimum number of ports that the range must support.
Returns
Operation status.