aboutsummaryrefslogtreecommitdiff
path: root/conn
AgeCommit message (Expand)Author
2021-02-25conn: implement RIO for fast Windows UDP socketsJason A. Donenfeld
2021-02-23device: test up/down using virtual connJason A. Donenfeld
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-02-16conn: bump to 1.16 and get rid of NetErrClosed hackJason A. Donenfeld
2021-02-10conn: close old fd before trying againJason A. Donenfeld
2021-02-09conn: use errors.Is for unwrappingJason A. Donenfeld
2021-02-09conn: try harder to have v4 and v6 ports agreeJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-26conn: fix interface parameter name in Bind interface docsBrad Fitzpatrick
2021-01-20device: allow compiling with Go 1.15Jason A. Donenfeld
2021-01-20conn: remove _ method receiverJosh Bleecher Snyder
2021-01-08device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld
2021-01-07conn: linux: do not allow ReceiveIPvX to race with CloseJason A. Donenfeld
2021-01-07conn: do not SO_REUSEADDR on linuxJason A. Donenfeld
2020-06-22conn: add comments saying what uses these interfacesDavid Crawshaw
2020-06-07conn: unbreak boundif on androidJason A. Donenfeld
2020-06-07conn: remove useless commentJason A. Donenfeld
2020-06-07conn: fix windows situation with boundifJason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw