aboutsummaryrefslogtreecommitdiffstats
path: root/src/router/peer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-611/+0
|
* Start porting kernel timer semanticsMathias Hall-Andersen2019-10-091-13/+21
|
* Restructure IO traits.Mathias Hall-Andersen2019-10-091-32/+33
|
* Added key_confirmed callbackMathias Hall-Andersen2019-09-281-62/+97
|
* Added zero_key to peerMathias Hall-Andersen2019-09-211-13/+45
|
* WIP: Handshake queue and workersMathias Hall-Andersen2019-09-151-19/+31
|
* Sent staged packets when key-pair confirmedMathias Hall-Andersen2019-09-151-35/+42
|
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-141-1/+1
| | | | Start joining the handshake device and router device in the top-level Wireguard implemenation.
* Simplified router testsMathias Hall-Andersen2019-09-111-0/+4
|
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-22/+107
|
* Write inbound packets to TUN deviceMathias Hall-Andersen2019-09-071-34/+80
|
* Added outbound benchmarkMathias Hall-Andersen2019-09-051-11/+6
| | | | | | 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-10/+25
|
* Expanded outbound testMathias Hall-Andersen2019-09-041-3/+1
|
* Simply passing of JobBuffer ownershipMathias Hall-Andersen2019-09-041-71/+62
|
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-33/+17
|
* Reconsider inorder queueingMathias Hall-Andersen2019-09-021-3/+11
|
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-8/+62
|
* Added Bind trait to routerMathias Hall-Andersen2019-08-311-21/+21
|
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-311-24/+24
| | | | | Merge multiple related type parameters into trait, allowing for easier refactoring and better maintainability.
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-281-2/+2
| | | | | Done to reflect that the property is immutable, unlike the "confirmed" field on the decryption state.
* Add confirm_key stubMathias Hall-Andersen2019-08-271-0/+10
|
* Use confirmation status from keypair in dec-stateMathias Hall-Andersen2019-08-271-6/+7
|
* Work on inbound/outbound consume codeMathias Hall-Andersen2019-08-271-0/+1
|
* Unbox callback closuresMathias Hall-Andersen2019-08-271-17/+21
| | | | | 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-22/+22
|
* Move to hjul crateMathias Hall-Andersen2019-08-241-0/+3
| | | | Moved timer code into seperate crate (`hjul').
* Ensure peer threads are stopped on dropMathias Hall-Andersen2019-08-201-49/+81
|
* Restructure and job stealing work queueMathias Hall-Andersen2019-08-201-0/+285