iboB / iboB/fishnets

Create a buffer sequence send interface

Open
#5 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.