mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Make UDP buffer size configurable #49

Closed blind-oracle closed 4 years ago

blind-oracle commented 6 years ago

Add an ability to enlarge UDP read buffer size - SetUDPBufferSize() function. The default 64k isn't always suitable. The change is backwards compatible - by default it's using 64k

mcuadros commented 6 years ago

can you provide a test?

blind-oracle commented 5 years ago

Sorry for getting almost after a year - what kind of test do you see here? To check if the buffer size was actually applied? It seems there's no function in net package to get buffer size.