Skip to content

Commit

Permalink
conn: implement RIO for fast Windows UDP sockets
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
  • Loading branch information
zx2c4 committed Feb 23, 2021
1 parent 3a3830e commit 18aa925
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 60 deletions.
2 changes: 2 additions & 0 deletions conn/bind_std.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func (bind *StdNetBind) Close() error {
err2 = bind.ipv6.Close()
bind.ipv6 = nil
}
bind.blackhole4 = false
bind.blackhole6 = false
if err1 != nil {
return err1
}
Expand Down

0 comments on commit 18aa925

Please sign in to comment.