Browse Source

Turn off SHOW_RECEIVED_MESSAGES for the clients

Ian Goldberg 9 months ago
parent
commit
99753c6c21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Client/clients.hpp

+ 1 - 1
Client/clients.hpp

@@ -4,7 +4,7 @@ typedef uint8_t aes_key[SGX_AESGCM_KEY_SIZE];
 // #define VERBOSE_CLIENT
 // #define VERBOSE_CLIENT
 #define RANDOMIZE_CLIENT_RETRY_SLEEP_TIME
 #define RANDOMIZE_CLIENT_RETRY_SLEEP_TIME
 // #define CLIENT_UNIQUE_IP
 // #define CLIENT_UNIQUE_IP
-#define SHOW_RECEIVED_MESSAGES
+// #define SHOW_RECEIVED_MESSAGES
 
 
 // VERBOSE_CLIENT implies SHOW_RECEIVED_MESSAGES
 // VERBOSE_CLIENT implies SHOW_RECEIVED_MESSAGES
 #ifdef VERBOSE_CLIENT
 #ifdef VERBOSE_CLIENT