patch #6843: tcp.h macro optimization patch (for little endian)

This commit is contained in:
goldsimon
2009-08-23 11:13:19 +00:00
parent ae7a7a0abf
commit 4d49d952b6
2 changed files with 7 additions and 5 deletions

View File

@@ -19,12 +19,15 @@ HISTORY
++ New features:
2009-09-23 Simon Goldschmidt
2009-08-23 Simon Goldschmidt
* tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
to a human-readable string.
++ Bugfixes:
2009-08-23 Simon Goldschmidt
* tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
(STABLE-1.3.1)