aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-425/+0
|
* Added cross namespace TUN status detectionMathias Hall-Andersen2017-11-291-0/+1
|
* Ported remaining netns.shMathias Hall-Andersen2017-11-171-2/+74
| | | | | - Ported remaining netns.sh tests - Begin work on generic implementation of bind interface
* Moved TUN device creation to pre-forkMathias Hall-Andersen2017-11-141-13/+8
|
* Initial working source cachingMathias Hall-Andersen2017-11-141-14/+19
|
* 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