summaryrefslogtreecommitdiffhomepage
path: root/talpid-macos/src/net.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-06-09Set SO_REUSEADDR on local DNS resolver socketDavid Lönnhager1-0/+45
This fixes an issue where bind() fails due to other sockets Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net>