aboutsummaryrefslogtreecommitdiffstats
path: root/conn/bind_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: use Go 1.18's netip helpersjd/netip-go118Jason A. Donenfeld2021-11-061-1/+1
* global: use netip where possible nowJason A. Donenfeld2021-11-061-10/+9
* conn,wintun: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld2021-10-111-21/+1
* conn: windows: set count=0 on retryJason A. Donenfeld2021-05-111-0/+1
* conn: windows: do not error out when receiving UDP jumbogramJason A. Donenfeld2021-04-261-2/+14
* conn: windows: reset ring to starting position after freeJason A. Donenfeld2021-04-091-0/+3
* conn: windows: compare head and tail properlyJason A. Donenfeld2021-04-091-1/+1
* all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder2021-04-021-9/+13
* conn: implement RIO for fast Windows UDP socketsJason A. Donenfeld2021-02-251-0/+581