Skip to content

Commit e936865

Browse files
committed
remove outdated addr
1 parent e42ac1e commit e936865

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nel.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
#define TOOL_VERSION "0.4.0"
4747
#define WELCOME_MESSAGE "NEL: Implementation of a Network Environment Learning (NEL) Phase\n" \
4848
" 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), " \
5250
"WWW: https://www.wendzel.de\n" \
5351
"Version " TOOL_VERSION "\n\n"
5452

@@ -68,7 +66,7 @@
6866
/* NUM_OVERALL_REQ_PKTS:
6967
* number of CC packets (overall) that must go through warden
7068
* before we count NEL as completed */
71-
#define NUM_OVERALL_REQ_PKTS 100
69+
#define NUM_OVERALL_REQ_PKTS 400
7270

7371
/* NUM_COMM_PHASE_SND_PKTS_P_PROT:
7472
* how many packets to send during the *COMM* phase per

0 commit comments

Comments
 (0)