From 13f2007d104149f69ab7a794d2e119830e638eaa Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Tue, 16 Oct 2018 00:38:01 +0200 Subject: Replace opendht with sibs pubsub This should fix issues with memory usage/leaks and make it easier to get peers subscribed to the same key. It will also be easier to modify and also works easier cross platform because of no additional dependencies. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fc65db9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/sibs-pubsub"] + path = depends/sibs-pubsub + url = https://gitlab.com/DEC05EBA/sibs-pubsub.git -- cgit v1.2.3