| getlsnparameterResult Structure Definition |
The getlsnparameterResult structure defines the return type for getlsnparameter API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
lsnparameterList |
List of lsnparameters |
| lsnparameter Structure Definition |
The lsnparameter structure defines the actual return type values for getlsnparameter API. |
Syntax |
Members |
memlimitactive |
Amount of actual memory reserved for the LSN feature.
The amount of active memory for the LSN feature might be less than the configured memory, because the available memory is shared across features. |
maxmemlimit |
Maximum amount of Citrix ADC memory that can be reserved for the LSN feature. |
memlimit |
Amount of Citrix ADC memory to reserve for the LSN feature, in multiples of 2MB.
Note: If you later reduce the value of this parameter, the amount of active memory is not reduced. Changing the configured memory limit can only increase the amount of active memory.
This method is deprecated, use 'set extendedmemoryparam -memlimit' instead. NOTE: This attribute is deprecated. |
sessionsync |
Synchronize all LSN sessions with the secondary node in a high availability (HA) deployment (global synchronization). After a failover, established TCP connections and UDP packet flows are kept active and resumed on the secondary node (new primary).
The global session synchronization parameter and session synchronization parameters (group level) of all LSN groups are enabled by default.
For a group, when both the global level and the group level LSN session synchronization parameters are enabled, the primary node synchronizes information of all LSN sessions related to this LSN group with the secondary node. |
subscrsessionremoval |
LSN global setting for controlling subscriber aware session removal, when this is enabled, when ever the subscriber info is deleted from subscriber database, sessions corresponding to that subscriber will be removed. if this setting is disabled, subscriber sessions will be timed out as per the idle time out settings. |
_nextgenapiresource |
See Also |