aboutsummaryrefslogtreecommitdiffstats
path: root/conn (follow)
Commit message (Expand)AuthorAgeFilesLines
* conn: fix interface parameter name in Bind interface docsBrad Fitzpatrick2021-01-261-1/+1
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-202-4/+17
* conn: remove _ method receiverJosh Bleecher Snyder2021-01-201-1/+1
* 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
* conn: add comments saying what uses these interfacesDavid Crawshaw2020-06-221-2/+5
* conn: unbreak boundif on androidJason A. Donenfeld2020-06-072-0/+41
* conn: remove useless commentJason A. Donenfeld2020-06-071-1/+0
* conn: fix windows situation with boundifJason A. Donenfeld2020-06-071-4/+4
* global: update header comments and modulesJason A. Donenfeld2020-05-026-6/+6
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-026-0/+985