uber-archive / statsrelay

A consistent-hashing relay for statsd and carbon metrics
Other
101 stars 28 forks source link

add an option to use TCP_CORK with tcp sockets (only works on Linux) #33

Closed eklitzke closed 9 years ago

eklitzke commented 9 years ago

This lets you add tcp_cork: true to your statsrelay.yaml file and have corking enabled. I believe that this will still compile on BSD, but if you have tcp_cork: true set it will be a no-op.