omfwd: Fix KeepAlive parameters

* Update the KeepAlive parameters to match the source code.
* Original commit that set parameters 62391aaff2
* Updated unit test 9d839634d9
This commit is contained in:
Kyle Manna 2016-10-03 11:45:19 -07:00
parent 562f6a33a4
commit 85a12a1fbf

View File

@ -160,7 +160,7 @@ Action Parameters
Enable or disable keep-alive packets at the tcp socket layer. The
default is to disable them.
- **KeepAliveProbes** integer
- **KeepAlive.Probes** integer
The number of unacknowledged probes to send before considering the
connection dead and notifying the application layer. The default, 0,
@ -168,7 +168,7 @@ Action Parameters
effect if keep-alive is enabled. The functionality may not be
available on all platforms.
- **KeepAliveIntvl** integer
- **KeepAlive.Interval** integer
The interval between subsequential keepalive probes, regardless of
what the connection has exchanged in the meantime. The default, 0,
@ -176,7 +176,7 @@ Action Parameters
effect if keep-alive is enabled. The functionality may not be
available on all platforms.
- **KeepAliveTime** integer
- **KeepAlive.Time** integer
The interval between the last data packet sent (simple ACKs are not
considered data) and the first keepalive probe; after the connection