summaryrefslogtreecommitdiff
path: root/src/receive.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added last_handshake_time fields to UAPIMathias Hall-Andersen2017-07-181-1/+1
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-171-4/+4
* Improved throughputMathias Hall-Andersen2017-07-141-22/+35
* Endpoint discovery from handshake initiationMathias Hall-Andersen2017-07-131-0/+6
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-8/+16
* Added ratelimiting of handshake messagesMathias Hall-Andersen2017-07-111-0/+4
* Fixed incomming initiation bugMathias Hall-Andersen2017-07-101-2/+4
* Added replay protectionMathias Hall-Andersen2017-07-101-0/+4
* Improved timer state machineMathias Hall-Andersen2017-07-081-17/+27
* Added source verificationMathias Hall-Andersen2017-07-081-36/+101
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-24/+82
* Initial working full exchangeMathias Hall-Andersen2017-07-061-79/+71
* Fixed transport header problemMathias Hall-Andersen2017-07-021-2/+3
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-0/+404