cstateRegular
4.4: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
4.8: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
4.10: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
4.13: ✅struct cstate {
byte_t cs_this;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
4.15: ✅struct cstate {
byte_t cs_this;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
4.18: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
5.0: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
5.3: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
5.4: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
5.8: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
5.11: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
5.13: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
5.15: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
5.19: ✅struct cstate {
int state;
uint32_t rep0;
uint32_t rep1;
uint32_t rep2;
uint32_t rep3;
};
6.2: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
6.5: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
6.8: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
arm64: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
armhf: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
ppc64el: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
riscv64: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
aws: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
azure: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
gcp: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
lowlatency: ✅struct cstate {
byte_t cs_this;
bool initialized;
struct cstate *next;
struct iphdr cs_ip;
struct tcphdr cs_tcp;
unsigned char cs_ipopt[64];
unsigned char cs_tcpopt[64];
int cs_hsize;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️byte_t cs_this
struct cstate *next
struct iphdr cs_ip
struct tcphdr cs_tcp
unsigned char cs_ipopt[64]
unsigned char cs_tcpopt[64]
int cs_hsize
int state
uint32_t rep0
uint32_t rep1
uint32_t rep2
uint32_t rep3
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️bool initialized
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️int state
uint32_t rep0
uint32_t rep1
uint32_t rep2
uint32_t rep3
byte_t cs_this
bool initialized
struct cstate *next
struct iphdr cs_ip
struct tcphdr cs_tcp
unsigned char cs_ipopt[64]
unsigned char cs_tcpopt[64]
int cs_hsize
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️byte_t cs_this
bool initialized
struct cstate *next
struct iphdr cs_ip
struct tcphdr cs_tcp
unsigned char cs_ipopt[64]
unsigned char cs_tcpopt[64]
int cs_hsize
int state
uint32_t rep0
uint32_t rep1
uint32_t rep2
uint32_t rep3
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅