> Is it possible to use the package, for activating two Ethernet cards(2 different mac - addresses) > with the same IP address, which will work on the same processing thread (tcpip_thread) with two > different interrupts of receive?
Actually, I don't think having the same IP for different MAC addresses is supported on any OS or makes much sense: If you connect them to the same switched network, a client asking for the IP's MAC will only get one MAC returned (or gets confused because it gets both MACs) and will use that MAC for the connection. Maybe you can explain what you intend to do? If you try to increase bandwidth by using 2 ethernet cards instead of one, you need some other mechanism (that is implemented on the other side of the cable as well) to achieve this. Simon _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
