| getnstimeoutResult Structure Definition |
The getnstimeoutResult structure defines the return type for getnstimeout 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. |
nstimeoutList |
List of nstimeouts |
| nstimeout Structure Definition |
The nstimeout structure defines the actual return type values for getnstimeout API. |
Syntax |
Members |
zombie |
Timer interval(in seconds) for zombie process that cleanup inactive TCP connections
Minimum value: 1
Maximum value: 600
Default value: 120 |
client |
Client idle timeout (in seconds). If zero, the service-type default value is taken when service is created. |
server |
Server idle timeout (in seconds). If zero, the service-type default value is taken when service is created. |
httpclient |
HTTP client idle timeout (in seconds)
Minimum value: 0
Maximum value: 18000 |
httpserver |
HTTP server idle timeout (in seconds)
Minimum value: 0
Maximum value: 18000 |
tcpclient |
TCP client idle timeout (in seconds)
Minimum value: 0
Maximum value: 18000 |
tcpserver |
TCP server idle timeout (in seconds)
Minimum value: 0
Maximum value: 18000 |
anyclient |
ANY client idle timeout (in seconds)
Minimum value: 0
Maximum value: 31536000 |
anyserver |
ANY server idle timeout (in seconds)
Minimum value: 0
Maximum value: 31536000 |
halfclose |
Half-closed connection timeout (in seconds)
Minimum value: 1
Maximum value: 600
Default value: 10 |
anytcpclient |
Global idle timeout, in seconds, for TCP client connections. This value takes precedence over entity level timeout settings (vserver/service). This is applicable only to transport protocol TCP. |
anytcpserver |
Global idle timeout, in seconds, for TCP server connections. This value takes precedence over entity level timeout settings ( vserver/service). This is applicable only to transport protocol TCP. |
nontcpzombie |
Timer interval(in seconds) for zombie process that cleanup inactive IP NAT connections
Minimum value: 1
Maximum value: 600
Default value: 60 |
reducedfintimeout |
Timer interval(in seconds) for NATPCB for tcp flow |
reducedrsttimeout |
Timer interval(in seconds) for NATPCB for tcp flow |
newconnidletimeout |
Timer interval(in seconds) for new NATPCB for tcp connections |
_nextgenapiresource |
See Also |