lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] mtu not initialized


From: David Haas
Subject: Re: [lwip-users] mtu not initialized
Date: Mon, 13 Jan 2003 16:22:53 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021107

Hi Ed,

Right now mtu is being initialized in each actual interface initialization. For instance, if you look at tapif_init(), it gets initialized there. I agree that, since this is the IP mtu and not the actual interface mtu (which could be 1518 or 1522 depending on VLAN support) it would probably be better to do it in ethernetif.c.

David.


Ed Sutter wrote:

Hi,
I just noticed that ethernetif.c does not initialize netif->mtu.  This can
cause problems if IP_FRAG is enabled, so it should probably be initialized
to 1500 in ethernetif_init(), right?
Ed

_______________________________________________
lwip-users mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/lwip-users






reply via email to

[Prev in Thread] Current Thread [Next in Thread]