You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
The keepalive socket parameter is a feature that allows the OS to automatically send "pings" in the socket to keep the socket open. You can have more information on this setting in the Tokio documentation.
You get this warning because setting this parameter is probably not available on your Ubuntu version. It works on mac os but not on CentOS for example.
Whenever I use the CLI I get the warning
WARN - set_keepalive error; Invalid argument (os error 22)
I'm only testing out the program right now so this is on a laptop running Ubuntu 18.04.3 LTS, kernal 5.0.0-25-generic.
The text was updated successfully, but these errors were encountered: