Skip to content

implement custo udp connected transport #39

@cheme

Description

@cheme

A nice exercice. Low prio.

  • custo connected transport over udp
    // trying to run over udp : requires some info (close to tcp light) :
    // - channel id (since we can get multiple connection (server and client) in parallel : got the
    // right communicaton -> all message are started by chan id with length
    // - message id (since no order in message, we need to allocate after getting a size and then only
    // receiving mssg)
    //
    //
    //Simple it is rerouted on receive by unlocking receive mutex and send via udp

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