Skip to content

data: avoid sending the same repeated byte (0) #34

@matttbe

Description

@matttbe

Hello,

Regarding data that are being sent, I would recommend not sending the same repeated byte, but some random content. One reason is that the same repeated byte can be easily compressed, which might not really validate the performances of a network in presence of some "connections optimizers".

Plus, it might be good to check data being received to catch corruption, but that's maybe a special case, if a repeating payload is used instead of random data (probably a new option for this case).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions