mbed-os/libraries/net
Adam Green 7dddd9e578 Asm versions of netstack memcpy() and lwip_standard_chksum()
For tests such as TCPEchoServer
(http://mbed.org/users/emilmont/notebook/networking-libraries-benchmark/)
this change showed a 28% improvement (14Mbps to 18Mbps) when the echo
test was modified to instead use 1K data buffers.

I targetted these two functions based on manual profiling samples which
showed that a great deal of time was being spent in these two functions
when the network stack was being slammed with UDP packets.
2013-08-30 06:09:16 -07:00
..
VodafoneUSBModem vodafone: non blocking circular buffer 2013-07-02 16:34:52 +01:00
eth Changed leading whitespace back to tab. 2013-08-27 23:57:24 -07:00
https Fixed some bugs in HTTPS library 2013-08-07 14:38:07 +03:00
lwip Asm versions of netstack memcpy() and lwip_standard_chksum() 2013-08-30 06:09:16 -07:00