From fec1fe85770d8f5f82c4eb0dc67b9ab99bba2846 Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Mon, 22 Jul 2013 16:02:57 -0400 Subject: [PATCH] Print port just because --- other/DHT_bootstrap.c | 1 + 1 file changed, 1 insertion(+) 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[]) printf("%hhX",self_public_key[i]); } printf("\n"); + printf("Port: 33445\n"); //initialize networking //bind to ip 0.0.0.0:PORT IP ip;