simonduq
|
dd8576830e
|
Added bursts support in CSMA/ContikiMAC, and CFS-swapping in
queuebuf. Exemplified in examples/udp-stream.
|
2011-09-27 16:47:03 +02:00 |
|
Niclas Finne
|
e8a96dc202
|
Bug fix: update packet attributes in queued packets in CSMA instead of doing a full packetbuf copy after transmissions. The lower layers often add their own headers to packetbuf.
|
2011-06-15 16:10:07 +02:00 |
|
adamdunkels
|
2f66db3ded
|
Added a debug mode that keeps track of where individual queuebufs are allocated, which is useful when debugging queuebuf leakage problems.
|
2010-11-25 08:43:59 +00:00 |
|
oliverschmidt
|
2f89e69ff7
|
Fixed build for platforms which use the default value for QUEUEBUF_NUM.
|
2010-10-12 19:51:28 +00:00 |
|
adamdunkels
|
212e73faa6
|
Removed old netsim code. Added a function for obtaining the packet attributes of a queuebuf packet.
|
2010-10-04 20:26:01 +00:00 |
|
adamdunkels
|
3fa8ffda1a
|
Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
|
2010-06-14 19:19:16 +00:00 |
|