aboutsummaryrefslogtreecommitdiff
path: root/conn/bind_windows.go
AgeCommit message (Expand)Author
2023-06-27conn: windows: add missing return statement in DstToString AF_INETspringhack
2023-03-13global: buff -> bufJason A. Donenfeld
2023-03-10conn: inch BatchSize toward being non-dynamicJason A. Donenfeld
2023-03-10conn, device, tun: implement vectorized I/O plumbingJordan Whited
2023-02-07global: bump copyright yearJason A. Donenfeld
2022-09-20global: bump copyright yearJason A. Donenfeld
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick
2022-03-16all: update to Go 1.18Josh Bleecher Snyder
2021-12-09global: apply gofumptJason A. Donenfeld
2021-11-23global: use netip where possible nowJason A. Donenfeld
2021-10-11conn,wintun: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld
2021-05-11conn: windows: set count=0 on retryJason A. Donenfeld
2021-04-26conn: windows: do not error out when receiving UDP jumbogramJason A. Donenfeld
2021-04-09conn: windows: reset ring to starting position after freeJason A. Donenfeld
2021-04-09conn: windows: compare head and tail properlyJason A. Donenfeld
2021-04-02all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder
2021-02-25conn: implement RIO for fast Windows UDP socketsJason A. Donenfeld