-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2004-11-05 Phil Spagnolo <[email protected]>
* 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.
- Loading branch information
gdt
committed
Nov 5, 2004
1 parent
95e74e5
commit 6639a04
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2004-11-05 Phil Spagnolo <[email protected]> | ||
* 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 <hasso at quagga.net> | ||
|
||
* ospf6_snmp.c: Remove defaults used to initialize smux connection to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters