A connection is said to be Sticky when:
A.
The connection information sticks in the connection table even after the connection has ended.
B.
A copy of each packet in the connection sticks in the connection table until a corresponding reply
packet is received from the other side.
C.
A connection is not terminated by either side by FIN or RST packet.
D.
All the connection packets are handled, in either direction, by a single cluster member.