Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API

This commit is contained in:
goldsimon
2010-02-21 11:35:21 +00:00
parent 7c57ee0c17
commit bcd4b76d31
18 changed files with 578 additions and 424 deletions

View File

@@ -29,7 +29,10 @@ with newer versions.
++ Port changes
* Added 3 new files: def.c, timers.c, timers.h
* Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h
* Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains
the actual application programmer's API
* Separated timer implementation from sys.h/.c, moved to timers.h/.c