-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.stalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently
Description
Userspace Io Handle is following the IoSocketHandle pattern right now.
- Respect the watermark.
- Reserve and read. The reserve is an op that computing the upper limit of a move.
This io handle is not used anywhere until a specialized listener and connection factory is landed.
Create this issue to explore after
- How to improve the reserve-and-read? Do we want to use the exact value in socket handle?
- Since the internal socket represents a hidden and extra chain node betweens the downstream socket and upstream socket, should we aim at downstreamsocket to upstream socket fairness, or os socket to internal socket fairness?
Once we understand it, the next step is to either unify the buffer parameters(remove duplication definition) or admit the exception at the internal userspace socket.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.stalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently