SlbConnectionState

  • Base type Enumeration

The state for TCP, UDP, and WSP connections being load-balanced by the SLB feature. Each protocol uses a subset of these states. 'init' : Connection has seen traffic and is in the process of being load-balanced. 'synClient': SLB has seen a client SYN for this connection. 'synServer': SLB has seen a server SYN for this connection. 'synBoth' : SLB has seen both client and server SYNs for this connection. 'estab' : Connection is established. 'finClient': SLB has seen a client FIN for this connection. 'finServer': SLB has seen a server FIN for this connection. 'closing' : Connection is in the process of coming down. 'zombie' : Connection exists but is not in use, waiting for timers to expire. 'conclient': Session has seen a connection request from client. 'conserver': Session has seen a connection request from server.

Possible values

11 objects
Number Name
1 init
2 synClient
3 synServer
4 synBoth
5 estab
6 finClient
7 finServer
8 closing
9 zombie
10 conclient
11 conserver