Skip to content

Add a crate that provides a test suit for an implementation of StreamMuxer #508

@tomaka

Description

@tomaka

Add a crate that provides:

pub fn test_muxer<T: StreamMuxer>(muxer: T) { ... }

Of course the implementation would check whether the muxer behaves as expected.

Then mplex, yamux and future implementations could import that crate and run the function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty:easydifficulty:moderategetting-startedIssues that can be tackled if you don't know the internals of libp2p very wellpriority:importantThe changes needed are critical for libp2p, or are blocking another project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions