aboutsummaryrefslogtreecommitdiff
path: root/device/receive.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: always name *Queue*Element variables elemJosh Bleecher Snyder2021-01-071-8/+8
* device: simplify copying counter to nonceJosh Bleecher Snyder2021-01-071-12/+2
* device: remove starting waitgroupsJosh Bleecher Snyder2021-01-071-5/+0
* device: clear pointers when returning elems to poolsJosh Bleecher Snyder2020-12-081-0/+11
* device: add write queue mutex for peerHaichao Liu2020-11-181-0/+2
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-4/+5
* device: receive: uniform message for source address checkJason A. Donenfeld2019-07-011-1/+1
* device: receive: simplify flush loopJason A. Donenfeld2019-07-011-35/+12
* device: update transfer counters correctlyJason A. Donenfeld2019-06-111-1/+3
* device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher2019-06-031-1/+1
* global: regroup all importsJason A. Donenfeld2019-05-141-3/+4
* receive: implement flush semanticsJason A. Donenfeld2019-03-211-89/+115
* receive: squelch tear down errorJason A. Donenfeld2019-03-071-1/+1
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+641