]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Improved receive.go
authorMathias Hall-Andersen <mathias@hall-andersen.dk>
Fri, 11 Aug 2017 14:18:20 +0000 (16:18 +0200)
committerMathias Hall-Andersen <mathias@hall-andersen.dk>
Fri, 11 Aug 2017 14:18:20 +0000 (16:18 +0200)
commita4eff12d7f749c992247579161c4ce9e60e2df47
tree6032dd0a96ced8313d7199e569ab657f3ba91ca7
parentcba1d6585ab9b12ae3e0897db85675ba452c3f09
Improved receive.go

- 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
16 files changed:
src/config.go
src/conn.go [new file with mode: 0644]
src/constants.go
src/device.go
src/helper_test.go
src/index.go
src/logger.go
src/macs_test.go
src/main.go
src/misc.go
src/noise_test.go
src/receive.go
src/send.go
src/tests/netns.sh [new file with mode: 0755]
src/trie.go
src/uapi_linux.go