summaryrefslogtreecommitdiff
path: root/src/helper_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved receive.goMathias Hall-Andersen2017-08-111-0/+9
| | | | | | | | | | | - 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
* Restructured MAC/cookie calculationMathias Hall-Andersen2017-07-121-2/+2
| | | | Added copy-right headers accidentally removed
* Fixed transport header problemMathias Hall-Andersen2017-07-021-2/+2
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-2/+2
|
* Work on UAPIMathias Hall-Andersen2017-06-281-0/+64
Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review