github / brubeck

A Statsd-compatible metrics aggregator
MIT License
1.19k stars 94 forks source link

statsd: Properly handle recvfrom error returns #20

Closed vmg closed 9 years ago

vmg commented 9 years ago

Fixes #18: the error return of the recv- family of function is obviously not the errno code.