syslog4j-graylog2 icon indicating copy to clipboard operation
syslog4j-graylog2 copied to clipboard

If the UDP message sent exceeds 65507, it will be sent repeatedly in a life and death cycle

Open double-7 opened this issue 3 years ago • 0 comments

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.

double-7 avatar May 18 '22 01:05 double-7