summaryrefslogtreecommitdiffhomepage
path: root/device/receive.go
AgeCommit message (Expand)Author
2021-01-07device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder
2021-01-07device: fix error shadowing before log printBrad Fitzpatrick
2021-01-07device: always name *Queue*Element variables elemJosh Bleecher Snyder
2021-01-07device: simplify copying counter to nonceJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder
2020-11-18device: add write queue mutex for peerHaichao Liu
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
2019-07-01device: receive: uniform message for source address checkJason A. Donenfeld
2019-07-01device: receive: simplify flush loopJason A. Donenfeld
2019-06-11device: update transfer counters correctlyJason A. Donenfeld
2019-06-03device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher
2019-05-14global: regroup all importsJason A. Donenfeld
2019-03-21receive: implement flush semanticsJason A. Donenfeld
2019-03-07receive: squelch tear down errorJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld