Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace SO_REUSEADDR with SO_REUSEPORT in Unix socket settings
The commit updates the Unix socket settings function from using the SO_REUSEADDR option to the SO_REUSEPORT option. This change is made in the `util_unix.go` file. SO_REUSEPORT is preferable as it permits multiple sockets to be bound to an identical socket address.
- Loading branch information