fluentd
fluentd copied to clipboard
plugin_helper/server: Add receive_buffer_size parameter in transport section
Which issue(s) this PR fixes: Fixes #
What this PR does / why we need it: This patch will allow to adjust receive buffer size of UDP socket like in_udp plugin. Related to https://github.com/fluent/fluentd/pull/1789
Docs Changes: https://github.com/fluent/fluentd-docs-gitbook/pull/518
Release Note:
Thanks! Is this only for UDP? Is there any reason?
Make sense. I just referred to the in_udp plugin... I might need to add receive_buffer_size parameter in in_tcp plugin too.
I see!
Should this be server helper's option so that all plugins using the helper can use this option?
SO_LINGER Example:
- https://github.com/fluent/fluentd/pull/3644