summaryrefslogtreecommitdiff
path: root/include/openvswitch/rconn.h
Commit message (Collapse)AuthorAgeFilesLines
* rconn: Increase precision of timers.Ben Pfaff2019-07-051-4/+3
| | | | | | | | 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>
* rconn: New function rconn_is_reliable().Ben Pfaff2018-10-311-0/+1
| | | | | | | This will have its first user in an upcoming commit. Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-2/+2
| | | | | | | | | It's always been OVS coding style to use spaces rather than tabs for indentation, but some tabs have snuck in over time. This commit converts them to spaces. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-0/+109
Rconn provides useful features over vconn. Make it available to library users. Signed-off-by: Xiao Liang <shaw.leon@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>