aboutsummaryrefslogtreecommitdiffstats
path: root/conn/conn_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* conn: make binds replacableJason A. Donenfeld2021-02-231-576/+0
* conn: bump to 1.16 and get rid of NetErrClosed hackJason A. Donenfeld2021-02-161-4/+4
* conn: close old fd before trying againJason A. Donenfeld2021-02-101-0/+1
* conn: try harder to have v4 and v6 ports agreeJason A. Donenfeld2021-02-091-0/+8
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-201-4/+4
* device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld2021-01-081-4/+4
* conn: linux: do not allow ReceiveIPvX to race with CloseJason A. Donenfeld2021-01-071-17/+32
* conn: do not SO_REUSEADDR on linuxJason A. Donenfeld2021-01-071-19/+0
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-0/+571