From 6639a04da2c5ac6bfa0d5eff006637fb6f1372ee Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 5 Nov 2004 18:42:27 +0000 Subject: 2004-11-05 Phil Spagnolo * ospf6_flood.c: When adding a thread to retransmit an lsa after rxmt_interval, the ospf6d used thread_add_event(). However, thread_add_event() executes immediately and ignores the delay parameter. This was causing unnecesary unicast LSU sends. Adding the thread has been changed to use thread_add_timer() which will expire after delay. After the fix results appear consistent with expectation. --- ospf6d/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ospf6d/ChangeLog') diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 5e16c702..9c884245 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,11 @@ +2004-11-05 Phil Spagnolo + * ospf6_flood.c: When adding a thread to retransmit an lsa after + rxmt_interval, the ospf6d used thread_add_event(). However, + thread_add_event() executes immediately and ignores the delay parameter. + This was causing unnecesary unicast LSU sends. Adding the thread has + been changed to use thread_add_timer() which will expire after delay. + After the fix results appear consistent with expectation. + 2004-10-12 Hasso Tepper * ospf6_snmp.c: Remove defaults used to initialize smux connection to -- cgit v1.2.1