-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
container: add SetTimeout #166
Conversation
Switched to Draft until the liblxc side is finalized. |
0e86449
to
7504f02
Compare
@stgraber It looks like we have a problem with our PPA for LXC after Last build was 6 weeks ago https://launchpad.net/~ubuntu-lxc/+archive/ubuntu/lxc-git-master |
Ah yeah, that will need a bit of fixing |
7504f02
to
38713a2
Compare
@stgraber Stéphane, please approve workflows run for this PR. |
I'm not seeing a pending run, just looks like it failed |
9167a19
to
f6ddf3f
Compare
Hm, yes, but there was a pending run. Weird. Now I see:
|
Extend container API with a new method SetTimeout which allows to set SO_RCVTIMEO for LXC client socket. Issue #4257 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
f6ddf3f
to
da1d60f
Compare
Extend container API with a new method SetTimeout
which allows to set SO_RCVTIMEO for LXC client socket.
Issue #4257
Signed-off-by: Alexander Mikhalitsyn [email protected]
See lxc/lxc#4257