Inline generating IP checksum to save a function call

This commit is contained in:
goldsimon
2010-04-28 19:36:51 +00:00
parent 51061fb61e
commit 01d2a87f5d
2 changed files with 42 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ HISTORY
++ New features:
2010-04-28: Patch by Bill Auerbach
* ip.c: Inline generating IP checksum to save a function call
2010-04-14: Simon Goldschmidt
* tcpip.h/.c, timers.c: Added an overridable define to get informed when the
tcpip_thread processes messages or timeouts to implement a watchdog.