Added nicer configuration options. Added hack for optimizing X-MAC for unicast packets. Added statistics gathering. Turn radio off when someone else is receiving a packet. Queueing packets when X-MAC cannot send immediately (since someone else is transmitting).
This commit is contained in:
parent
a495d1230b
commit
edd509acf5
2 changed files with 59 additions and 21 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: xmac.h,v 1.2 2007/05/15 08:07:07 adamdunkels Exp $
|
||||
* $Id: xmac.h,v 1.3 2007/05/22 20:55:24 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -47,5 +47,4 @@
|
|||
|
||||
void xmac_init(const struct radio_driver *d);
|
||||
|
||||
|
||||
#endif /* __XMAC_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue