mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
5f3296e943
Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup. Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver. |
||
---|---|---|
.. | ||
net | ||
Makefile.native | ||
mtarch.c | ||
mtarch.h | ||
rtimer-arch.c | ||
rtimer-arch.h |