Ticket #9 (closed enhancement: fixed)
IPFM uses too much CPU
| Reported by: | tibob | Owned by: | tibob |
|---|---|---|---|
| Priority: | low | Milestone: | 0.12.0 |
| Component: | other | Version: | trunk |
| Severity: | minor | Keywords: | optimisation |
| Cc: |
Description
Each time IPFM receives an IP packet, IPFM checks through its whole configuration if it has to dump data. This involves chained lists and is time consuming.
An alternative could be to store the time of next dump in a local variable, so that IPFM will only go through its configuration when it really needs to.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
