summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 2f348aa..35e5647 100644
--- a/src/config.h
+++ b/src/config.h
@@ -68,8 +68,6 @@
// +++++ Misc +++++
#define DEFAULT_SERVER_CONFIG_FILE "/etc/dnbd3/server.conf"
#define DEFAULT_CLIENT_CONFIG_FILE "/etc/dnbd3/client.conf"
-#define UNIX_SOCKET "/run/dnbd3-server.sock"
-#define UNIX_SOCKET_GROUP "dnbd"
-#define MAX_IPC_PAYLOAD 3000
+#define MAX_RPC_PAYLOAD 3000
#endif /* CONFIG_H_ */