summaryrefslogtreecommitdiff
path: root/src/timers.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved timer codeMathias Hall-Andersen2017-07-271-126/+169
|
* Added last_handshake_time fields to UAPIMathias Hall-Andersen2017-07-181-0/+4
|
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-171-19/+33
|
* Improved throughputMathias Hall-Andersen2017-07-141-1/+1
| | | | | | - Improved performance by adding the message buffers to a sync.Pool. - Fixed issue with computing "next" key-pair upon receiving a response message.
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-28/+24
| | | | | | | Program now terminates when the interface is removed Increases the number of os threads (relevant for Go <1.5, not tested) More consistent commenting Improved logging (additional peer information)
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-111-0/+1
| | | | | Updated the TUN interface Added the "MTU" method for the linux implementation of the TUN interface
* Added replay protectionMathias Hall-Andersen2017-07-101-32/+18
|
* Improved timer state machineMathias Hall-Andersen2017-07-081-0/+303