Skip to content

Commit ae5a948

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

File tree

6 files changed

+801
-61
lines changed

6 files changed

+801
-61
lines changed

conn/bind_std.go

Lines changed: 2 additions & 0 deletions
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)