Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement custo udp connected transport #39

Open
cheme opened this issue Mar 20, 2015 · 0 comments
Open

implement custo udp connected transport #39

cheme opened this issue Mar 20, 2015 · 0 comments

Comments

@cheme
Copy link
Owner

cheme commented Mar 20, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant