-
Notifications
You must be signed in to change notification settings - Fork 2k
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
conn: Wishlist for Redo #4474
Comments
Non-blocking read/write would be nice aswell :) although this could also be solved with select. I think however that epoll would be simpler to implement than select, and could also be faster. Aswell as in the kernel / stack implementation as in application implementation. |
|
The discussion regarding epoll was also held in #4222. |
|
Only valid for IP-only protocols AFAWK, but true.
That might be do-able with options for a conn object (setsockopts style). Another feature we might need. |
postponed. |
Postponed again... |
Realized in #5758. |
After a few month of working with
conn
we found some short-comings to it that need to be fixed in later iterations. This issue tries to collect these.... Feel free to add to this
The text was updated successfully, but these errors were encountered: