zephyr/include/net
Jukka Rissanen 251a45b602 net: Use our network buffers instead of global ones in Contiki
This mega patch changes how Contiki uses buffers. In standard
Contiki there is only couple of static and global buffers.
This makes the stack non-reentrant and only usable in one
thread. This patch replaces the global buffer with buffer
supplied by caller (net_buf.h). The Contiki stack is still not
fully re-entrant after this (packet reassembly needs more TLC)
but it is a good start.

Change-Id: I63abc230b36b14f33f687d3ef64cffb0f3a69f5d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:14:20 -05:00
..
net_buf.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
net_core.h net: Simple socket API introduced 2016-02-05 20:14:20 -05:00
net_ip.h net: Simple socket API introduced 2016-02-05 20:14:20 -05:00
net_socket.h net: Simple socket API introduced 2016-02-05 20:14:20 -05:00