Files
TripleCross/src/ebpf/include/packet/c&c/c&c.h

10 lines
172 B
C
Raw Normal View History

#ifndef __BPF_CC_H
#define __BPF_CC_H
#define CC_PROT_SYN "CC_SYN"
#define CC_PROT_ACK "CC_ACK"
#define CC_PROT_SYN_ACK "CC_SYN_ACK"
#define CC_PROT_SEPARATOR "#"
#endif