aboutsummaryrefslogtreecommitdiffstats
path: root/conn/conn_default.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* conn: make binds replacableJason A. Donenfeld2021-02-231-171/+0
* conn: close old fd before trying againJason A. Donenfeld2021-02-101-0/+1
* conn: use errors.Is for unwrappingJason A. Donenfeld2021-02-091-16/+4
* conn: try harder to have v4 and v6 ports agreeJason A. Donenfeld2021-02-091-0/+6
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* conn: remove _ method receiverJosh Bleecher Snyder2021-01-201-1/+1
* conn: remove useless commentJason A. Donenfeld2020-06-071-1/+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/+177