You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
A nice exercice. Low prio.
// 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
The text was updated successfully, but these errors were encountered: