summaryrefslogtreecommitdiff
path: root/src/conn.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begin work on source address caching (linux)Mathias Hall-Andersen2017-09-241-0/+22
|
* Add support for fwmark on linuxMathias Hall-Andersen2017-08-221-1/+15
|
* Added missing IF index checkMathias Hall-Andersen2017-08-171-6/+14
|
* Improved receive.goMathias Hall-Andersen2017-08-111-0/+40
- 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