diff options
author | t3sserakt <t3ss@posteo.de> | 2020-09-08 13:33:25 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2020-09-08 13:33:25 +0200 |
commit | 9e012a7a5c3991d224018b2d390b09d8e32c57ae (patch) | |
tree | d0dafee8f74b2ee71b61782642e96dad76edbf99 /src/transport/test_communicator_unix_basic_peer2.conf | |
parent | 2c797708b38729effe82328484d67a2be02412ed (diff) |
- fixed socket clean up; added sync between start of service and communicator
Diffstat (limited to 'src/transport/test_communicator_unix_basic_peer2.conf')
-rw-r--r-- | src/transport/test_communicator_unix_basic_peer2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/test_communicator_unix_basic_peer2.conf b/src/transport/test_communicator_unix_basic_peer2.conf index ac95845b2..c12cc9111 100644 --- a/src/transport/test_communicator_unix_basic_peer2.conf +++ b/src/transport/test_communicator_unix_basic_peer2.conf @@ -28,6 +28,8 @@ PORT = 62090 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock [communicator-unix] +#PREFIX = xterm -geometry 100x85 -T peer2 -e gdb --args +#PREFIX = valgrind --leak-check=full --track-origins=yes UNIXPATH = $GNUNET_RUNTIME_DIR/communicator-unix-2.sock [communicator-tcp] |