1
1

Turn OFF the TCP dump mechanism.

Этот коммит содержится в:
George Bosilca 2015-01-08 18:50:49 -05:00
родитель 8ddd3b3b09
Коммит 1344097d35

Просмотреть файл

@ -122,7 +122,7 @@ static void mca_btl_tcp_endpoint_send_handler(int sd, short flags, void* user);
* Diagnostics: change this to "1" to enable the function
* mca_btl_tcp_endpoint_dump(), below
*/
#define WANT_PEER_DUMP 1
#define WANT_PEER_DUMP 0
/*
* diagnostics
*/