WindowSize¶
Overrides the RELP client window size used for message transmission.
This parameter applies to omrelp: RELP Output Module.
- Name:
WindowSize
- Scope:
input
- Type:
integer
- Default:
input=0
- Required?:
no
- Introduced:
at least 7.0.0, possibly earlier
Description¶
This is an expert parameter. It permits to override the RELP window size being used by the client. Changing the window size has both an effect on performance as well as potential message duplication in failure case. A larger window size means more performance, but also potentially more duplicated messages - and vice versa. The default 0 means that librelp’s default window size is being used, which is considered a compromise between goals reached. For your information: at the time of this writing, the librelp default window size is 128 messages, but this may change at any time. Note that there is no equivalent server parameter, as the client proposes and manages the window size in RELP protocol.
Input usage¶
action(type="omrelp" target="centralserv" windowSize="256")
See also¶
See also omrelp: RELP Output Module.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.