2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 01:21:45 +00:00

On second thought, those could be kind of big values....

This commit is contained in:
Jarrod Johnson 2014-03-07 16:45:42 -05:00
parent 88f465121e
commit 9aa8a0b090

View File

@ -185,8 +185,8 @@ struct dhcp_session_state {
void ( * expired ) ( struct dhcp_session *dhcp );
/** Transmitted message type */
uint8_t tx_msgtype;
uint8_t min_timeout;
uint8_t max_timeout;
unsigned long min_timeout;
unsigned long max_timeout;
};
static struct dhcp_session_state dhcp_state_discover;