aboutsummaryrefslogtreecommitdiffstats
path: root/conn/conn_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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