Browse Source

Update README.md

NX 6 years ago
parent
commit
acff793979
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -279,7 +279,7 @@ Contains marshalled structure with host data and port number.
 
 
 `Address.GetIP()` get an IP address.
 `Address.GetIP()` get an IP address.
 
 
-`Address.SetIP(string ip)` set an IP address. To use IPv4 broadcast in the local network the address can be set to _255.255.255.255_.
+`Address.SetIP(string ip)` set an IP address. To use IPv4 broadcast in the local network the address can be set to _255.255.255.255_ for peer. ENet will automatically respond to the broadcast and update the address to a server's actual IP. 
 
 
 `Address.GetHost()` attempts to do a reverse lookup from the address. Returns a string with a resolved name or an IP address.
 `Address.GetHost()` attempts to do a reverse lookup from the address. Returns a string with a resolved name or an IP address.