X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=8a798744456f6420fa441ac7a5d5e2effce56d09;hb=00c76ceaeb0074e47167be56c0920284e6a0360e;hp=31ea73438b04224eb8ffc4d35efb7d2919f5c4a5;hpb=f43f95a9a82e01eed34593260d510bd32e2083ec;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 31ea73438..8a7987444 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -209,7 +209,13 @@ */ #define DEFAULT_SEM_WAIT_TIMEOUT 30 /* in seconds */ -/* Default network ports for trace streaming support */ +/* Default bind addresses for network services. */ +#define DEFAULT_NETWORK_CONTROL_BIND_ADDRESS "0.0.0.0" +#define DEFAULT_NETWORK_DATA_BIND_ADDRESS "0.0.0.0" +#define DEFAULT_NETWORK_VIEWER_BIND_ADDRESS "localhost" +#define DEFAULT_JUL_BIND_ADDRESS "localhost" + +/* Default network ports for trace streaming support. */ #define DEFAULT_NETWORK_CONTROL_PORT 5342 #define DEFAULT_NETWORK_DATA_PORT 5343 #define DEFAULT_NETWORK_VIEWER_PORT 5344