syslog4j-graylog2
syslog4j-graylog2 copied to clipboard
If the UDP message sent exceeds 65507, it will be sent repeatedly in a life and death cycle
code
https://github.com/graylog-labs/syslog4j-graylog2/blob/374bc20d77c3aaa36a68bec5125dd82ce0a88aab/src/main/java/org/graylog2/syslog4j/impl/net/udp/UDPNetSyslog.java#L77
end
An exception occurs when the UDP message is greater than 65507. The metering parameter "attempts" will not accumulate, resulting in failure to jump out of the cycle and finally produce the life and death cycle.