summaryrefslogtreecommitdiffhomepage
path: root/conn/conn.go
AgeCommit message (Expand)Author
2021-04-12conn: reconstruct v4 vs v6 receive function based on symtabJason A. Donenfeld
2021-04-02all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-26conn: fix interface parameter name in Bind interface docsBrad Fitzpatrick
2020-06-22conn: add comments saying what uses these interfacesDavid Crawshaw
2020-06-07conn: unbreak boundif on androidJason A. Donenfeld
2020-06-07conn: fix windows situation with boundifJason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw