cloudflare / tableflip

Graceful process restarts in Go
BSD 3-Clause "New" or "Revised" License
2.91k stars 148 forks source link

Add ListenConfig as Option to Upgrader #53

Closed john-cai closed 4 years ago

john-cai commented 4 years ago

This change allows the option of passing in a custom listen config to control the listener. In some situations, fine grained control may be necessary for instance setting SO_REUSEPORT setting.

john-cai commented 4 years ago

@lmb could you take a look? thanks!

john-cai commented 4 years ago

ok @lmb ready for another look 👍

lmb commented 4 years ago

Thanks!