Merge pull request #1156 from amitgeron/stunicast-timer-fix

Stunicast timer fix
This commit is contained in:
Simon Duquennoy 2015-10-23 10:51:40 +02:00
commit 1e1241f075

View file

@ -112,10 +112,10 @@ send(void *ptr)
PRINTF("%d.%d: stunicast: resend to %d.%d\n",
linkaddr_node_addr.u8[0],linkaddr_node_addr.u8[1],
c->receiver.u8[0], c->receiver.u8[1]);
if(c->buf) {
queuebuf_to_packetbuf(c->buf);
unicast_send(&c->c, &c->receiver);
stunicast_set_timer(c, CLOCK_SECOND);
if(c->buf) {
queuebuf_to_packetbuf(c->buf);
unicast_send(&c->c, &c->receiver);
ctimer_restart(&c->t);
}
/* if(c->u->sent != NULL) {
c->u->sent(c);