Skip to content

Optimize multiple network packets into a single HOPR packet #6530

@NumberFour8

Description

@NumberFour8

Is your feature related to a problem?

Small TCP/UDP segments are sent out as single HOPR packets. This is inefficient as often
more than a single segment can fit inside a HOPR packet.

Describe the feature you'd like

Writes of small UDP/TCP segments can be batched into a single HOPR packet to optimize throughput.

This should be made possible in the Session protocol coding/decoding.

When Session protocol is not used, it is up to the caller to take care of this.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions