mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-06 00:13:08 +08:00
10 lines
172 B
C
10 lines
172 B
C
|
|
#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
|