-
Notifications
You must be signed in to change notification settings - Fork 133
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
Udp reading and multicasting error #1339
Comments
Hi, |
Thank you very much for the fast answer. On the other hand, is there any way to enable multicasting on the network interfaces of Nanos kernel? |
Not yet, as of now you can transmit multicast packets but reception of multicast traffic is not supported. |
The recvmmsg syscall is now implemented in the Nanos kernel, so when the next nightly build is published in a few hours you should be able to use it in your QUIC UDP application, by creating your Ops image with the nightly kernel build (just add the |
@francescolavra amazing! Thank you for the update, this will allow me to deploy my application through nanovms. Don't worry, there is no need for multicasting. I ended up developing an alternative mechanism of port discovery, so that when multicasting is disabled, we fallback to it. |
Hello,
I'm working on an Golang application that makes use of QUIC UDP, and I'm getting the following error when I try to run it on nanovms/ops:
read udp 0.0.0.0:60866: recvmmsg: function not implemented
Does someone know what may be happening?
The text was updated successfully, but these errors were encountered: