CyberShadow / dhcptest

Cross-platform DHCP test client
https://blog.cy.md/2013/01/10/dhcp-test-client
363 stars 57 forks source link

add support for specifying the DHCP elapsed time value field #8

Closed mapl closed 8 years ago

mapl commented 8 years ago

http://www.tcpipguide.com/free/t_DHCPMessageFormat.htm

Seconds: In BOOTP this field was vaguely defined and not always used. For DHCP, it is defined as the number of seconds elapsed since a client began an attempt to acquire or renew a lease. This may be used by a busy DHCP server to prioritize replies when multiple client requests are outstanding.

CyberShadow commented 8 years ago

cc0e0608c471e5e5374c16796bb1a2825180b7bf

mapl commented 8 years ago

thank you. works perfectly!

CyberShadow commented 8 years ago

Sorry, the commit implementing this is actually 306e2cfdba41eb3a3b0caa58e399f64d74fee9d3.