-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implements socket creation, initializes rng, gc and camera devices #819
Conversation
One has to commit a lot of programming war crimes to reach all of this. About the rng algorithms: Once again, red-prig just uses arnd here, so it's probaly fine for us to use it as well, at least for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get reviewed (nerd)
As I write in the doc comment for 'SocketBackend', the protocol implementation isn't exactly ideal and will probably change a lot before we settle on something. I consider it sufficient for now.