This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
Jason A. Donenfeld 66ed611bd0 sticky-sockets: do not use SO_REUSEADDR
This makes little sense for unicast UDP sockets.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-12-18 23:40:15 +01:00
..

Sticky Sockets
==============

This is a small userspace mini-library that implements as close to
possible how the kernel does its sticky src address sending.