mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Merge branch 'master' into networking
This commit is contained in:
commit
b5876d6665
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ using(var xClient = new DHCPClient())
|
|||
//This will automatically set the IP config after DHCP response
|
||||
xClient.SendDiscoverPacket();
|
||||
|
||||
/** Send a DHCP Release packet **/
|
||||
xClient.SendReleasePacket(); //will tell the DHCP server to delete the address
|
||||
|
||||
xClient.Close(); //don't forget to close!
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue