summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorNemDiggers <horo@ipwnage.com>2013-07-22 16:02:57 -0400
committerNemDiggers <horo@ipwnage.com>2013-07-22 16:02:57 -0400
commitfec1fe85770d8f5f82c4eb0dc67b9ab99bba2846 (patch)
tree3be965d876cb96e7adf2cc617b713cd757b4c016 /other
parent550725c11a4a1f86a9e9aea13414b2222e82edbb (diff)
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 f795482b..02d7d261 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -47,6 +47,7 @@ int main(int argc, char *argv[])
47 printf("%hhX",self_public_key[i]); 47 printf("%hhX",self_public_key[i]);
48 } 48 }
49 printf("\n"); 49 printf("\n");
50 printf("Port: 33445\n");
50 //initialize networking 51 //initialize networking
51 //bind to ip 0.0.0.0:PORT 52 //bind to ip 0.0.0.0:PORT
52 IP ip; 53 IP ip;