File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 46
46
#define TOOL_VERSION "0.4.0"
47
47
#define WELCOME_MESSAGE "NEL: Implementation of a Network Environment Learning (NEL) Phase\n" \
48
48
" for Network Covert Channel Research\n\n" \
49
- "(C) 2017-2021 Steffen Wendzel (wendzel (at) hs-worms (dot) de), " \
50
- "Network Security Research Group (NSRG), " \
51
- "Worms University of Applied Sciences, " \
49
+ "(C) 2017-2021 Steffen Wendzel (steffen (at) wendzel (dot) de), " \
52
50
"WWW: https://www.wendzel.de\n" \
53
51
"Version " TOOL_VERSION "\n\n"
54
52
68
66
/* NUM_OVERALL_REQ_PKTS:
69
67
* number of CC packets (overall) that must go through warden
70
68
* before we count NEL as completed */
71
- #define NUM_OVERALL_REQ_PKTS 100
69
+ #define NUM_OVERALL_REQ_PKTS 400
72
70
73
71
/* NUM_COMM_PHASE_SND_PKTS_P_PROT:
74
72
* how many packets to send during the *COMM* phase per
You can’t perform that action at this time.
0 commit comments