mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Print port just because
This commit is contained in:
parent
550725c11a
commit
fec1fe8577
@ -47,6 +47,7 @@ int main(int argc, char *argv[])
|
|||||||
printf("%hhX",self_public_key[i]);
|
printf("%hhX",self_public_key[i]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
printf("Port: 33445\n");
|
||||||
//initialize networking
|
//initialize networking
|
||||||
//bind to ip 0.0.0.0:PORT
|
//bind to ip 0.0.0.0:PORT
|
||||||
IP ip;
|
IP ip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user