Skip to content

Commit 3fc1276

Browse files
authored
in_udp: add recv_buffer parameter (fluent#517)
This parameter was introduced at fluent/fluentd@8625d40 Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 55630a7 commit 3fc1276

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

input/udp.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ The maximum number of bytes for the message.
135135

136136
Removes the newline from the end of the incoming payload.
137137

138+
### `receive_buffer_size`
139+
140+
| type | default | version |
141+
| :--- | :--- | :--- |
142+
| size | nil | 1.0.1 |
143+
144+
The max size of socket receive buffer. This is used in `SO_RCVBUF` socket option.
145+
138146
### `<parse>` Section
139147

140148
| required | multi | version |

0 commit comments

Comments
 (0)