Skip to content
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

Clients can livelock system #32

Open
palmskog opened this issue Dec 16, 2016 · 0 comments
Open

Clients can livelock system #32

palmskog opened this issue Dec 16, 2016 · 0 comments

Comments

@palmskog
Copy link
Collaborator

Due to how the current shim uses file descriptors and the select system call to multiplex between inputs and network communication, clients can prevent node communication from happening by constantly sending requests. This is possible because timeouts only occur when no reads on file descriptors are pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant