mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-05-02 15:48:12 +02:00
omfwd: Fix KeepAlive parameters
* Update the KeepAlive parameters to match the source code. * Original commit that set parameters62391aaff2* Updated unit test9d839634d9
This commit is contained in:
parent
562f6a33a4
commit
85a12a1fbf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user