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
v0.11.26 introduced port reuse for server listener. However this is not working on older kernels ( I think it was made available on 3.9, my test server is Ubuntu 12.04 which has 3.5 and I got this problem).
The error is Protocol not available (os error 92) when binding HTTP server.
I think port reuse should be optional, as there are still quite few machines with older kernels.
The text was updated successfully, but these errors were encountered:
v0.11.26 introduced port reuse for server listener. However this is not working on older kernels ( I think it was made available on 3.9, my test server is Ubuntu 12.04 which has 3.5 and I got this problem).
The error is
Protocol not available (os error 92)
when binding HTTP server.I think port reuse should be optional, as there are still quite few machines with older kernels.
The text was updated successfully, but these errors were encountered: