1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/ccn_lite/util
Christian Mehlis 4ee51da5dd get rid of static buffer
this buffer was used for two types of outgoing packets:
  1. local msg
    - msg can be big, there is is no apriori boundary -> use dynamic
      memory instead
  2. transceiver msg
    - no need to copy msg in this buffer -> transceiver send is blocking
2013-11-29 21:47:08 +01:00
..
ccn-lite-ctrl.c import ccn lite 2013-11-07 00:37:38 +01:00
ccn-lite-ctrl.h import ccn lite 2013-11-07 00:37:38 +01:00
ccnl-riot-client.c get rid of static buffer 2013-11-29 21:47:08 +01:00
Makefile import ccn lite 2013-11-07 00:37:38 +01:00