summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-22 13:05:57 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-22 13:05:57 -0700
commitcca045b4a20b9c830f0e1d313fc35667c79b1bf0 (patch)
tree218b1335799d077cc1693e3a0c583786742a6895 /other
parent4504011117d74a27a7127f31a62d2e4f7a187afb (diff)
parentfec1fe85770d8f5f82c4eb0dc67b9ab99bba2846 (diff)
Merge pull request #90 from NemDiggers/master
Print port just because
Diffstat (limited to 'other')
-rw-r--r--other/DHT_bootstrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index eedb03f5..85ed679c 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -80,6 +80,7 @@ int main(int argc, char *argv[])
80 printf("%hhX",self_public_key[i]); 80 printf("%hhX",self_public_key[i]);
81 } 81 }
82 printf("\n"); 82 printf("\n");
83 printf("Port: 33445\n");
83 //initialize networking 84 //initialize networking
84 //bind to ip 0.0.0.0:PORT 85 //bind to ip 0.0.0.0:PORT
85 IP ip; 86 IP ip;