mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
add MTU (maximum transmission unit) field to struct netif
This commit is contained in:
parent
8210edfeea
commit
a57c91404f
@ -45,6 +45,7 @@
|
||||
struct netif {
|
||||
struct netif *next;
|
||||
u8_t num;
|
||||
u16_t mtu;
|
||||
struct ip_addr ip_addr;
|
||||
struct ip_addr netmask; /* netmask in network byte order */
|
||||
struct ip_addr gw;
|
||||
|
Loading…
Reference in New Issue
Block a user