summaryrefslogtreecommitdiff
path: root/peer.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use simple 16-bit integer for persistent keepaliveJason A. Donenfeld2018-04-181-1/+2
| | | | Races for this aren't a huge problem.
* Align 64-bit atomicsJason A. Donenfeld2018-04-181-1/+1
| | | | | 64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes.
* TUN status hack was causing spam during shutdownMathias Hall-Andersen2018-02-111-10/+3
|
* Work on logging formatMathias Hall-Andersen2018-02-041-2/+10
|
* Removed debugging locksMathias Hall-Andersen2018-02-041-4/+3
|
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+295