summaryrefslogtreecommitdiff
path: root/src/helper_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-79/+0
|
* Fixed testsMathias Hall-Andersen2018-02-021-4/+4
|
* Ported remaining netns.shMathias Hall-Andersen2017-11-171-1/+7
| | | | | - Ported remaining netns.sh tests - Begin work on generic implementation of bind interface
* 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