(Split off from #7365 (comment))
One of the basic functional/regression tests for the IP stack is issuing 1K of HTTP requests to the samples/net/sockets/dumb_http_server sample. In 1.10, it works as expected (serving this 1K of requests).
But with the current master, running on frdm_k64f with Ethernet, it's:
$ ab -n1000 http://192.0.2.1:8080/
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 192.0.2.1 (be patient)
apr_socket_recv: Connection reset by peer (104)
Total of 3 requests completed