I’m working on a request where I need to show the time DHCP took to assign an IP address. Since it involves four steps:
DHCPDiscover
DHCPOffer
DHCPRequest
DHCPAck
I need a code in C# that shows how to send DHCPDiscover and other DHCP messages.
There are some tools on github, but there are huge, I want a simple code which does this job.
RAMESH HANUMAIAH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.