You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Currently, the ovsdb_client has a timer-based event processing loop. It tries to read updates from OVSDB, waits a few seconds, and tries again. Ben has included latch, the correct primitive to fix this, in ofp4 (#39). Once that is merged, the ovsdb_client loop should be rewritten to use this.
Currently, the
ovsdb_clienthas a timer-based event processing loop. It tries to read updates from OVSDB, waits a few seconds, and tries again. Ben has includedlatch, the correct primitive to fix this, in ofp4 (#39). Once that is merged, theovsdb_clientloop should be rewritten to use this.