On little endian architectures, use LWIP_PLATFORM_HTONS (if defined) for SWAP_BYTES_IN_WORD to speed up checksumming.

This commit is contained in:
goldsimon
2009-05-06 17:35:50 +00:00
parent ac9e758f41
commit 95f6dc7011
2 changed files with 11 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ HISTORY
++ Bugfixes:
2009-05-06 Simon Goldschmidt
* inet_chksum.c: On little endian architectures, use LWIP_PLATFORM_HTONS (if
defined) for SWAP_BYTES_IN_WORD to speed up checksumming.
2009-05-05 Simon Goldschmidt
* sockets.c: bug #26405: Prematurely released semaphore causes lwip_select()
to crash