OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
TcpInfo::TcpCaState Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 75 of file TcpInfo.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Open 

TCP congestion avoidance state: open.

Disorder  

TCP congestion avoidance state: disorder.

Cwr  

TCP congestion avoidance state: congestion window reduced.

Recovery  

TCP congestion avoidance state: recovery.

Loss  

TCP congestion avoidance state: loss.

Definition at line 77 of file TcpInfo.h.

78 {
80 Open = 0,
81
83 Disorder,
84
86 Cwr,
87
89 Recovery,
90
92 Loss
93 };