summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-09 15:47:22 +0100
committerJohann Latocha2012-02-09 15:47:22 +0100
commitbc81c2dc284c99f912d05abe2c96e16f295d9fec (patch)
treecd21849b87ba84af6d4edadf9c2ef7b328c7013a /src/config.h
parent[ALL] Refactoring (diff)
downloaddnbd3-bc81c2dc284c99f912d05abe2c96e16f295d9fec.tar.gz
dnbd3-bc81c2dc284c99f912d05abe2c96e16f295d9fec.tar.xz
dnbd3-bc81c2dc284c99f912d05abe2c96e16f295d9fec.zip
[CLIENT] Get host by name
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 9400b32..8e7f02f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -23,6 +23,7 @@
// network
#define PORT 5003
+#define PORTSTR "5003"
#define SERVER_SOCKET_TIMEOUT 30
#define HB_INTERVAL 20*HZ
#define MAX_NUMBER_SERVERS 8