Added ip_current_netif() & ip_current_header() to receive extended info about the currently received packet.

This commit is contained in:
goldsimon
2009-05-05 17:50:39 +00:00
parent 99d82c4980
commit 14dba4ae2b
4 changed files with 54 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2009-05-05 Simon Goldschmidt, Jakob Stoklund Olesen
* ip.h, ip.c: Added ip_current_netif() & ip_current_header() to receive
extended info about the currently received packet.
2009-04-27 Simon Goldschmidt
* sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1