Evan Huus
changed
bug 8721
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Hardware |
x86
|
All
|
Version |
1.10.0
|
SVN
|
Ever confirmed |
|
1
|
OS |
Windows 7
|
All
|
Comment # 2
on bug 8721
from Evan Huus
tap-icmpstat.c and tap-icmpv6stat.c both use a linked list for storing sorted
data, leading to quadratic-time processing of the statistics...
Switching to a tree would trivially bump this down to nlogn, which is probably
fine for our purposes.
You are receiving this mail because:
- You are watching all bug changes.