Actions
Bug #7687
openflow: non-TCP protocol timeout handling leads to missing flows
Affected Versions:
Effort:
Difficulty:
Label:
Description
By using the global time tracking threads can get out of sync and enforce timeouts that are "in the future" for a packet thread. This would lead to flows getting timed out. This was solved for TCP by tracking the "owning" thread in the flow, but this was not implemented for UDP and other non-TCP protocols.
Actions