diff options
-rw-r--r-- | custom_mutators/atnwalk/atnwalk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom_mutators/atnwalk/atnwalk.c b/custom_mutators/atnwalk/atnwalk.c index 584add61..387d8b5d 100644 --- a/custom_mutators/atnwalk/atnwalk.c +++ b/custom_mutators/atnwalk/atnwalk.c @@ -11,8 +11,8 @@ // handshake constants -const uint8_t SERVER_ARE_YOU_ALIVE = 42; -const uint8_t SERVER_YES_I_AM_ALIVE = 213; +const uint8_t SERVER_ARE_YOU_ALIVE = 213; +const uint8_t SERVER_YES_I_AM_ALIVE = 42; // control bits const uint8_t SERVER_CROSSOVER_BIT = 0b00000001; |