summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;