logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

Change default receive buffer size from 8192 to 65536 #65

Closed sfuhrm closed 2 years ago

sfuhrm commented 4 years ago

in a similar way logstash-input-udp has (see https://github.com/logstash-plugins/logstash-input-udp/commit/bf64e5900270dd7304829deee91633c8d016b8e3)

UDP packets have a size limit of 64k, not 8k. IMHO There's no reason to live with an artificial limit besides saving 64k-8k=56k of RAM.