summaryrefslogtreecommitdiffstats
path: root/src/router/workers.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-305/+0
|
* Restructure IO traits.Mathias Hall-Andersen2019-10-091-20/+25
|
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-141-2/+2
| | | | Start joining the handshake device and router device in the top-level Wireguard implemenation.
* Simplified router testsMathias Hall-Andersen2019-09-111-2/+1
|
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-18/+54
|
* Begin work on full router interaction unittestMathias Hall-Andersen2019-09-081-22/+37
|
* Fixed outbound unittestMathias Hall-Andersen2019-09-071-2/+5
|
* Write inbound packets to TUN deviceMathias Hall-Andersen2019-09-071-26/+82
|
* Added outbound benchmarkMathias Hall-Andersen2019-09-051-55/+52
| | | | | | Decent performance (~1.5Gb/s on old XPS laptop from 2014), biggest bottleneck seems to be the heap allocator, swapping with jemalloc yields 2x performance.
* More extensive outbound testMathias Hall-Andersen2019-09-041-6/+6
|
* Expanded outbound testMathias Hall-Andersen2019-09-041-4/+1
|
* Simply passing of JobBuffer ownershipMathias Hall-Andersen2019-09-041-182/+77
|
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-106/+127
|
* Reconsider inorder queueingMathias Hall-Andersen2019-09-021-2/+6
|
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-13/+18
|
* Added Bind trait to routerMathias Hall-Andersen2019-08-311-12/+12
|
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-311-14/+16
| | | | | Merge multiple related type parameters into trait, allowing for easier refactoring and better maintainability.
* Join with worker threads on device dropMathias Hall-Andersen2019-08-281-2/+1
|
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-281-0/+2
| | | | | Done to reflect that the property is immutable, unlike the "confirmed" field on the decryption state.
* Start worker threads for deviceMathias Hall-Andersen2019-08-281-14/+12
|
* Add confirm_key stubMathias Hall-Andersen2019-08-271-6/+6
|
* Work on inbound/outbound consume codeMathias Hall-Andersen2019-08-271-8/+67
|
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-271-18/+52
|
* Unbox callback closuresMathias Hall-Andersen2019-08-271-9/+9
| | | | | Accepted the more verbose type signatures and added a callback to request new key-material.
* Work on callback structure for cryptkey routerMathias Hall-Andersen2019-08-261-8/+10
|
* Initial version of timer frameworkMathias Hall-Andersen2019-08-221-1/+1
|
* Ensure peer threads are stopped on dropMathias Hall-Andersen2019-08-201-49/+72
|
* Restructure and job stealing work queueMathias Hall-Andersen2019-08-201-0/+153