summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ad4472)
raw | patch | inline | side by side (parent: 5ad4472)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Apr 2010 20:24:31 +0000 (22:24 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Apr 2010 20:24:31 +0000 (22:24 +0200) |
src/pinba.c | patch | blob | history |
diff --git a/src/pinba.c b/src/pinba.c
index a00720f160d663ea178aa961e0f9837d25775b9f..ee790ff5382448672df52fb8979243e5e48fea36 100644 (file)
--- a/src/pinba.c
+++ b/src/pinba.c
#endif
#ifndef PINBA_DEFAULT_NODE
-# define PINBA_DEFAULT_NODE "127.0.0.1" /* FIXME */
+# define PINBA_DEFAULT_NODE "::0"
#endif
#ifndef PINBA_DEFAULT_SERVICE
-# define PINBA_DEFAULT_SERVICE "12345" /* FIXME */
+# define PINBA_DEFAULT_SERVICE "30002"
#endif
#ifndef PINBA_MAX_SOCKETS