mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Completed client integration with new c&c module.
This commit is contained in:
9
src/common/c&c.h
Normal file
9
src/common/c&c.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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#"
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user