Reduce default probe interval to 5 seconds (and fail-open timeout to 15).
authorBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2009 18:31:07 +0000 (11:31 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2009 18:31:07 +0000 (11:31 -0700)
commitf9fb1858ef9f5c85863b320638b07af8043d1e5a
tree81be7327fd895e3c32ded5dbc05834b90723b3a7
parentc9aaa87707cb12b94518fdcb822ce00fa98ff614
Reduce default probe interval to 5 seconds (and fail-open timeout to 15).

Before now, the default probe interval (the idle time after which an echo
request is sent on an OpenFlow connection) was set to 15 seconds.  The
fail-open timeout is 3 times the probe interval, so this meant that it
took 45 seconds for a switch to fail open.

Users at Nicira have commented that this is too long.  They don't like the
idea that the network will be down for most of a minute before it begins to
recover.  So this commit changes the default probe interval to 5 seconds,
hence the fail-open timeout to 15 seconds.
debian/openvswitch-switch.template
secchan/ofproto.c
secchan/secchan.8.in
vswitchd/bridge.c
vswitchd/ovs-vswitchd.conf.5.in