Create a buffer sequence send interface
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently send operates on a contiguous buffer. It would be nice to support a list of buffers. itlib::poly_span looks like a good candidate for this
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing send implementation and reviewing it alongside itlib::poly_span. Confirm the expected ownership and message semantics for a sequence of buffers, then verify that the new interface preserves contiguous-buffer behavior while sending all segments as one message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100