bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.89k stars 217 forks source link

udp support is part of the roadmap? #64

Open hiqsociety opened 2 years ago

hiqsociety commented 2 years ago

udp support is part of the roadmap? trying to use s2n-quic with it

ihciah commented 2 years ago

Yes. UDP will be supported soon(maybe also with AF_XDP support).

Kiddinglife commented 2 years ago

udp +1

hiqsociety commented 1 year ago

@ihciah when will udp (maybe with af_xdp) support happen? looking at interfacing with http3 mostly.

joeky888 commented 1 year ago

A KCP server/client example would be nice once udpsocket is done. :)