X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=8a798744456f6420fa441ac7a5d5e2effce56d09;hp=31ea73438b04224eb8ffc4d35efb7d2919f5c4a5;hb=fa91dc52d62347d1c1ce56e995525f2c57adfc13;hpb=af6bce8078af432ec0bb59db4f33095c26845c4d 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