Laurent Deru
|
68b9412776
|
Drop packet if there are not enough free buffers to perform fragmentation
|
2014-08-13 10:11:02 +02:00 |
|
Adam Dunkels
|
45265249fc
|
Changed the name of the rimeaddr module to linkaddr
|
2014-01-29 20:12:24 +01:00 |
|
Adam Dunkels
|
bb2dcaa057
|
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
|
2013-11-24 20:20:11 +01:00 |
|
Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
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 |
|