mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-27 21:40:53 +00:00
On second thought, those could be kind of big values....
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user