Fantastic! I was having this problem for over a week and stumbled across this page. With Windows IPv4 (and other) service turned off and using Osinato to sent packets, all's fine. Once Windows IPv4 service is turned on, ping behaves just like what Louis mentioned. Mark hit the nail on the head (and my code was based on the STM32's sample as well with the DM9000 ethernet interface). Thanks a great deal for the tip.
For those of you who are using the DM9000 (and variants), read the first byte of the next packet without incrementing the read pointer, and if its 0x01, there is at least one more packet that should be read. Royan -- View this message in context: http://lwip.100.n7.nabble.com/Slow-ping-response-times-tp20629p21340.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
