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