aboutsummaryrefslogtreecommitdiffstats
path: root/device/conn.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-187/+0
| | | | | | | | | | The sticky socket code stays in the device package for now, as it reaches deeply into the peer list. This is the first step in an effort to split some code out of the very busy device package. Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
|
* conn: remove scope when sanity checking IP address formatJason A. Donenfeld2019-05-091-1/+7
|
* receive: implement flush semanticsJason A. Donenfeld2019-03-211-1/+1
|
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+180