aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use less hard coded lengths and slice indexesGuanhao Yin2017-03-283-22/+38
* Implement handshake load monitoringGuanhao Yin2017-03-273-9/+133
* Work with (super) jumbo framesGuanhao Yin2017-03-261-2/+1
* Queue outgoing packets during handshake initGuanhao Yin2017-03-261-5/+41
* Update src/protocol/README.md to match latest changeGuanhao Yin2017-03-251-9/+0
* Manage REKEY_AFTER_TIME and REJECT_AFTER_TIME with timersGuanhao Yin2017-03-252-38/+65
* Add TimerHandle::dummy(), don't put dummy timers into the wheelGuanhao Yin2017-03-251-0/+14
* Use a global timerGuanhao Yin2017-03-252-17/+16
* Expose WgStateOut and PeerStateOutGuanhao Yin2017-03-251-1/+1
* Check for length of decrypted packetGuanhao Yin2017-03-251-1/+5
* Implement RX/TX bytes countingGuanhao Yin2017-03-251-4/+28
* Use my real name. Fix #5Guanhao Yin2017-03-2410-9/+28
* Add sopium's protocol implementation and wg-standalonesopium2017-03-2310-0/+2284