Commit 795ae2d8 authored by Youness Alaoui's avatar Youness Alaoui Committed by Olivier Crête

Disable reliable mode for test-fullmode, we already have pseudotcp unit tests

parent 2de25cfd
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#define USE_LOOPBACK 1 #define USE_LOOPBACK 1
#define USE_PROXY 0 #define USE_PROXY 0
#define USE_UPNP 0 #define USE_UPNP 0
#define USE_RELIABLE 1 #define USE_RELIABLE 0
#define TEST_GOOGLE 0 #define TEST_GOOGLE 0
#define PROXY_IP "127.0.0.1" #define PROXY_IP "127.0.0.1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment