Skip to content

Commit 3c11c03

Browse files
committed
conn: implement RIO for fast Windows UDP sockets
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent f9dac70 commit 3c11c03

9 files changed

+852
-71
lines changed

Diff for: conn/bind_std.go

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ func (bind *StdNetBind) Close() error {
128128
err2 = bind.ipv6.Close()
129129
bind.ipv6 = nil
130130
}
131+
bind.blackhole4 = false
132+
bind.blackhole6 = false
131133
if err1 != nil {
132134
return err1
133135
}

0 commit comments

Comments
 (0)