aboutsummaryrefslogtreecommitdiffstats
path: root/src/router/types.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-67/+0
* Restructure IO traits.Mathias Hall-Andersen2019-10-091-0/+2
* Added key_confirmed callbackMathias Hall-Andersen2019-09-281-3/+4
* Sent staged packets when key-pair confirmedMathias Hall-Andersen2019-09-151-1/+0
* Begin work on the pure Wireguard implemenationMathias Hall-Andersen2019-09-141-28/+5
* Full inbound/outbound router testMathias Hall-Andersen2019-09-101-2/+6
* Write inbound packets to TUN deviceMathias Hall-Andersen2019-09-071-0/+4
* Reconsider inorder queueingMathias Hall-Andersen2019-09-021-5/+5
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-0/+29
* Added Bind trait to routerMathias Hall-Andersen2019-08-311-8/+11
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-311-0/+23
* Join with worker threads on device dropMathias Hall-Andersen2019-08-281-3/+9
* Unbox callback closuresMathias Hall-Andersen2019-08-271-2/+14
* Work on callback structure for cryptkey routerMathias Hall-Andersen2019-08-261-0/+7