Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rconn: Avoid occasional immediate connection failures.
The rconn connection timer measures time on the granularity of seconds, which means that sometimes the actual timeout can be just a millsecond or so, which led to occasional immediate connection failures from ovs-ofctl. VMware-BZ: #2295760 Fixes: 476d255 ("rconn: Introduce new invariant to fix assertion failure in corner case.") Reported-by: Ken Ajiro <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information