oliverschmidt e7bc74a9d0 Changed packet drivers from services to plain processes.
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.
2007-05-26 23:12:56 +00:00
..
2007-05-21 14:57:47 +00:00
2007-05-22 21:08:24 +00:00
2007-05-22 21:33:31 +00:00
2007-05-22 21:09:19 +00:00
2007-05-25 08:08:36 +00:00