Skip to content

Commit

Permalink
in_udp: add recv_buffer parameter (#517)
Browse files Browse the repository at this point in the history
This parameter was introduced at fluent/fluentd@8625d40

Signed-off-by: Shizuo Fujita <[email protected]>
  • Loading branch information
Watson1978 authored Sep 25, 2024
1 parent 55630a7 commit 3fc1276
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions input/udp.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ The maximum number of bytes for the message.

Removes the newline from the end of the incoming payload.

### `receive_buffer_size`

| type | default | version |
| :--- | :--- | :--- |
| size | nil | 1.0.1 |

The max size of socket receive buffer. This is used in `SO_RCVBUF` socket option.

### `<parse>` Section

| required | multi | version |
Expand Down

0 comments on commit 3fc1276

Please sign in to comment.