]> git.proxmox.com Git - mirror_ovs.git/commit
rconn: Increase precision of timers.
authorBen Pfaff <blp@ovn.org>
Tue, 11 Jun 2019 16:55:16 +0000 (09:55 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 5 Jul 2019 20:35:07 +0000 (13:35 -0700)
commit393f479c3ead487fb41c73b5aaa9554404e8e2b4
tree5d2eb7bc7fa6fcc9d82ca04ee25b17e85a778b36
parentd2cb440c4e6a3fbb4357fdbb7ec599e5b3ce6b71
rconn: Increase precision of timers.

Until now, the rconn timers have been precise only to the nearest second.
This increases them to millisecond precision, which seems cleaner these
days.

Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/rconn.h
lib/rconn.c
ofproto/connmgr.c