add MTU (maximum transmission unit) field to struct netif

This commit is contained in:
jani 2002-11-22 12:52:04 +00:00
parent 8210edfeea
commit a57c91404f

View File

@ -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;