fixed certain bugs

This commit is contained in:
2021-04-14 12:23:44 +04:00
parent 9ad5931b0f
commit f4e987c477
3 changed files with 117 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ func Server() error{
// Getting IPV4 address of client
var ClientHost p2p.IpAddress
ClientHost.Ipv4 = c.ClientIP()
// Variable to store IP table information
var IPTable p2p.IpAddresses