Skip to content

Commit 77076d1

Browse files
author
Juha Heiskanen
committed
Negative ARO timeout use same timeout than not trusted device.
Change-Id: I28e25de3213edcde46b6b25bf87248162067cf4f
1 parent c4e8735 commit 77076d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ bool ws_common_negative_aro_mark(protocol_interface_info_entry_t *interface, con
407407
}
408408
ws_neighbor_class_entry_t *ws_neighbor = ws_neighbor_class_entry_get(&interface->ws_info->neighbor_storage, neighbour->index);
409409
ws_neighbor->negative_aro_send = true;
410-
neighbour->lifetime = 30; //Remove anyway if Packet is freed before MAC push
410+
neighbour->lifetime = WS_NEIGHBOR_NOT_TRUSTED_LINK_TIMEOUT; //Remove anyway if Packet is freed before MAC push
411411
return true;
412412
}
413413

0 commit comments

Comments
 (0)