mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Reverted to the old behaviour on broadcasts: send strobes for both unicast and broadcast packets.
This commit is contained in:
parent
4b71003c2f
commit
91d280c4c9
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: xmac.c,v 1.21 2008/09/04 17:44:01 adamdunkels Exp $
|
* $Id: xmac.c,v 1.22 2009/02/07 18:45:50 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -336,7 +336,7 @@ send_packet(void)
|
|||||||
TIMETABLE_TIMESTAMP(xmac_timetable, "send strobe");
|
TIMETABLE_TIMESTAMP(xmac_timetable, "send strobe");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(is_broadcast) {
|
if(0/*is_broadcast*/) {
|
||||||
/* If we are sending a broadcast, we don't send strobes, we
|
/* If we are sending a broadcast, we don't send strobes, we
|
||||||
simply send the data packet repetedly */
|
simply send the data packet repetedly */
|
||||||
radio->send(rimebuf_hdrptr(), rimebuf_totlen());
|
radio->send(rimebuf_hdrptr(), rimebuf_totlen());
|
||||||
|
Loading…
Reference in New Issue
Block a user