Actions
Bug #4441
closed
JI
JI
6.0.x: dns: high resource usage on long lived dns connections
Bug #4441:
6.0.x: dns: high resource usage on long lived dns connections
Affected Versions:
Effort:
Difficulty:
Label:
Description
The transaction handling is off for unidirectional protocols like DNS on long lived connections. That is a single TCP/UDP session that receives multiple DNS requests/responses. For DNS this is rare, but some devices do this.
This results in the transaction cleanup trying to remove transactions that have already been removed.
JI Updated by Jason Ish almost 5 years ago
- Copied from Bug #4437: dns: high resource usage on long lived dns connections added
JI Updated by Jason Ish almost 5 years ago
- Status changed from New to In Review
JI Updated by Jason Ish almost 5 years ago
- Status changed from In Review to Closed
Merged.
Actions