diff options
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/demo/IceE/latency/config | 4 | ||||
-rw-r--r-- | cppe/include/IceE/Config.h | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cppe/demo/IceE/latency/config b/cppe/demo/IceE/latency/config index 2ca249536b6..94780b2a52b 100644 --- a/cppe/demo/IceE/latency/config +++ b/cppe/demo/IceE/latency/config @@ -1,2 +1,2 @@ -Latency.Proxy=ping:default -p 10000 -Latency.Endpoints=default -p 10000 +Latency.Proxy=ping:default -p 10001 +Latency.Endpoints=default -p 10001 diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index 5452199f420..34899afb12c 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -30,7 +30,7 @@ // Comment this out if you want to build without support for blocking // client. // -//#define ICEE_BLOCKING_CLIENT +#define ICEE_BLOCKING_CLIENT // // Comment this line if you don't want the pure client library built @@ -38,7 +38,6 @@ // //#define ICEE_PURE_BLOCKING_CLIENT - // *********************************************************************** // // User should not change anything below this line! |