Expand SNMP4J trap socket receive buffer

Description

We're not specifically using setReceiveBufferSize() when we open the SNMP4J trap port so the socket may be given a smaller buffer size than the maximum that can be provided by the operating system.

We should set the value to Integer.MAX_VALUE (which will use the operating system maximum) to maximize the buffer space on the socket so that high volumes of traps can be processed reliably.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Jesse White February 16, 2017 at 11:42 AM

Fixed

Assignee

Reporter

Components

Sprint

Fix versions

Affects versions

Priority

Created February 15, 2017 at 12:43 PM
Updated February 16, 2017 at 4:41 PM
Resolved February 16, 2017 at 11:42 AM
Loading...