Added function tcp_debug_state_str() to convert a tcp state to a human-readable string.

This commit is contained in:
goldsimon
2009-08-23 10:57:37 +00:00
parent 4f265dce60
commit ae7a7a0abf
3 changed files with 26 additions and 36 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2009-09-23 Simon Goldschmidt
* tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
to a human-readable string.
++ Bugfixes: