From 28edc23329ff630a7ce3d594f2d972d47eb5c6f9 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sun, 19 Jan 2014 00:43:31 -0500 Subject: Improved DHT bootstrap daemon Supports "unlimited" number of bootstrap nodes in the config file, instead of just 32. PID and keys file paths are not limited by 512 chars anymore. Doesn't read the whole list of bootstrap servers into a global datastructure that just sits there after being processed once -- reads bootstrap servers one by one, processing them between reads. Supports IPv6. Has an option for IPv6. Supports LAN discovery. Has an option for LAN discovery. Writes to syslog. Uses new functions introduced in the core. `status` in the bash script now works. Has a simple README, with instructions for Debian-based distros. --- other/bootstrap_serverdaemon/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'other/bootstrap_serverdaemon/Makefile.inc') diff --git a/other/bootstrap_serverdaemon/Makefile.inc b/other/bootstrap_serverdaemon/Makefile.inc index 73b078c3..2607bfee 100644 --- a/other/bootstrap_serverdaemon/Makefile.inc +++ b/other/bootstrap_serverdaemon/Makefile.inc @@ -1,9 +1,9 @@ if BUILD_DHT_BOOTSTRAP_DAEMON -noinst_PROGRAMS += DHT_bootstrap_daemon +noinst_PROGRAMS += tox-dht-bootstrap-server-daemon DHT_bootstrap_daemon_SOURCES = \ - ../other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c + ../other/bootstrap_serverdaemon/tox-dht-bootstrap-server-daemon.c DHT_bootstrap_daemon_CFLAGS = \ -I$(top_srcdir)/other/bootstrap_serverdaemon \ @@ -22,5 +22,5 @@ DHT_bootstrap_daemon_LDADD = \ endif EXTRA_DIST += \ - $(top_srcdir)/other/bootstrap_serverdaemon/server.cfg \ - $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh + $(top_srcdir)/other/bootstrap_serverdaemon/conf \ + $(top_srcdir)/other/bootstrap_serverdaemon/tox-dht-bootstrap-server-daemon -- cgit v1.2.3