We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I have a tunnel established, run iperf test on it, then run the client I get:
Key rotation failed: client/network: incorrect packet type Key rotation failed: client/network: incorrect packet type Key rotation failed: client/network: incorrect packet type panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x1f99d8] goroutine 1 [running]: github.com/flynn/noise.(*CipherState).Cipher(...) /Users/taras/go/pkg/mod/github.com/flynn/[email protected]/state.go:79 github.com/malcolmseyd/natpunch-go/client/network.Handshake(0x180e930, {0x30, 0x19, 0x65, 0x4b, 0xe8, 0x50, 0xb3, 0x5d, 0x56, ...}, ...) /Users/taras/Downloads/natpunch-go/client/network/network.go:230 +0x624 main.run({0x7f87ca5a, 0x9}, {{0x7f87ca64, 0xc}, 0x1860108, 0xc33, {0x42, 0x7f, 0x8, 0x2b, ...}, ...}, ...) /Users/taras/Downloads/natpunch-go/client/client.go:126 +0x70c main.main() /Users/taras/Downloads/natpunch-go/client/client.go:73 +0x644
This is on openwrt, on a pretty low-end mips. Works fine without network test in backround.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I have a tunnel established, run iperf test on it, then run the client I get:
This is on openwrt, on a pretty low-end mips. Works fine without network test in backround.
The text was updated successfully, but these errors were encountered: