Merge branch 'master' into networking

This commit is contained in:
valentinbreiz 2021-01-22 14:32:29 +01:00 committed by GitHub
commit b5876d6665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!
}
```