netapp.rs: Set SO_REUSEPORT on listen_addr with TcpSocket. #9

Closed
jpds wants to merge 11 commits from jpds/netapp:so-reuseport into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e3b04e83d7 - Show all commits

2
Cargo.lock generated
View file

@ -525,7 +525,7 @@ dependencies = [
[[package]]
name = "netapp"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"arc-swap",
"async-trait",

View file

@ -1,6 +1,6 @@
[package]
name = "netapp"
version = "0.6.0"
version = "0.6.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license-file = "LICENSE"