summaryrefslogtreecommitdiffhomepage
path: root/conn/conn_linux.go
AgeCommit message (Expand)Author
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: try harder to have v4 and v6 ports agreeJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-20device: allow compiling with Go 1.15Jason A. Donenfeld
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-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw