aboutsummaryrefslogtreecommitdiff
path: root/python/ovs/jsonrpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ovs/jsonrpc.py')
-rw-r--r--python/ovs/jsonrpc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py
index 5f90b396..b72af77c 100644
--- a/python/ovs/jsonrpc.py
+++ b/python/ovs/jsonrpc.py
@@ -372,6 +372,9 @@ class Session(object):
if ovs.stream.PassiveStream.is_valid_name(name):
reconnect.set_passive(True, ovs.timeval.msec())
+ if ovs.stream.stream_or_pstream_needs_probes(name):
+ reconnect.set_probe_interval(0)
+
return Session(reconnect, None)
@staticmethod