浏览代码

Turn off SHOW_RECEIVED_MESSAGES for the clients

Ian Goldberg 9 月之前
父节点
当前提交
99753c6c21
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 RANDOMIZE_CLIENT_RETRY_SLEEP_TIME
 // #define CLIENT_UNIQUE_IP
-#define SHOW_RECEIVED_MESSAGES
+// #define SHOW_RECEIVED_MESSAGES
 
 // VERBOSE_CLIENT implies SHOW_RECEIVED_MESSAGES
 #ifdef VERBOSE_CLIENT