Add NETOPT_DHCP_LEASE_TIME
This commit is contained in:
parent
3a10698964
commit
8c9a32747c
@ -24,6 +24,7 @@ typedef enum
|
||||
NETOPT_TCP_NUMBER = 0x9002, ///< The number of sockets in the TCP table (u32)
|
||||
NETOPT_TCP_TABLE = 0x9003, ///< The table of opened TCP sockets @see SOCU_TCPTableEntry
|
||||
NETOPT_DNS_TABLE = 0xB003, ///< The table of the DNS servers @see SOCU_DNSTableEntry -- Returns a buffer of size 336 but only 2 entries are set ?
|
||||
NETOPT_DHCP_LEASE_TIME = 0xC001, ///< The DHCP lease time remaining, in seconds
|
||||
} NetworkOpt;
|
||||
|
||||
/// One entry of the ARP table retrieved by using @ref SOCU_GetNetworkOpt and @ref NETOPT_ARP_TABLE
|
||||
|
Loading…
Reference in New Issue
Block a user