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:
parent
88f465121e
commit
9aa8a0b090
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user