> Has anyone ever tried lwIP with jumbo frames (9000 byte MTU)? Does it just work, or known not to work?
I didn't, but I wouldn't expect problems as long as you configure your MAC correctly and set netif->mtu to the correct value in your ethernetif_init() initialization function (in the example ethernetif.c, netif->mtu is set to 1500). Of course, that's not of much help, is it? ;-) Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
