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
Intra should disable Keep-Alive to avoid waking up the network device when not needed.
The dialer is created at
Intra/Android/app/src/go/intra/protect/protect.go
Line 95 in ede31e6
In
Line 108 in ede31e6
we should check if the connection is a TCPConn, and disable the Keep Alive with https://pkg.go.dev/net#TCPConn.SetKeepAlive.
The text was updated successfully, but these errors were encountered:
For context, see Jigsaw-Code/outline-ss-server#108.
Without disabling the Keep-Alive, it pings the peer every 15 seconds!
Sorry, something went wrong.
jyyi1
No branches or pull requests
Intra should disable Keep-Alive to avoid waking up the network device when not needed.
The dialer is created at
Intra/Android/app/src/go/intra/protect/protect.go
Line 95 in ede31e6
In
Intra/Android/app/src/go/intra/protect/protect.go
Line 108 in ede31e6
we should check if the connection is a TCPConn, and disable the Keep Alive with https://pkg.go.dev/net#TCPConn.SetKeepAlive.
The text was updated successfully, but these errors were encountered: