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
Some brave rustacean wants to create a new cool and great library that can be agnostic about the underlying udp socket used (std, mio, ...). Similar to how tungstenite-rs manages the TCP stream in its websocket.
The only requirement is that the library must allow using non-blocking with mio support.
Since this kind of adapter is highly configurable (rates, packet size,...) probably it depends first on #54 but the first approach with default configuration can be already done.
The text was updated successfully, but these errors were encountered:
Internal adapter API docs here.
List of candidates:
but is it maintained?Current state? sirkibsirkib/rudp#1tungstenite-rs
manages the TCP stream in its websocket.The only requirement is that the library must allow using non-blocking with
mio
support.Since this kind of adapter is highly configurable (rates, packet size,...) probably it depends first on #54 but the first approach with default configuration can be already done.
The text was updated successfully, but these errors were encountered: