summaryrefslogtreecommitdiff
path: root/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added last_minute_handshake_guardMathias Hall-Andersen2017-09-201-1/+1
| | | | | | | - Added last_minute_handshake_guard and reverted keypair changes. - Added comment explaining the state of Go in releation to handling cryptographic state in memory. - Decreased logging level of netsh test
* Improved test scriptMathias Hall-Andersen2017-08-141-3/+5
|
* Improved receive.goMathias Hall-Andersen2017-08-111-0/+350
- Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes