-
Notifications
You must be signed in to change notification settings - Fork 751
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
[Question] Any plan to support UDP protocol? #909
Comments
NetMQ is not yet supporting UDP. But Radio/Dish is already here... |
@somdoron May I ask why NetMQ does not support UDP? Any technical issue or history in terms of this protocol? I tried forking project and code somewhere but it is not a way I want. |
+1 for UDP support for the Radio/Dish sockets! It would be a really fantastic addition to the library |
@somdoron could you point to the exact code in here then somebody might pick up the task? |
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions. |
Hi, I would like to contribute to this issue. @somdoron can you guide me? |
Hello, Have you started the work for this issue? |
No sir, I have it pending |
Thanks for reply.. I was looking for the other protocol which is faster than TCP especially inside same machine. for example, UDP or IPC... |
Environment
Expected behaviour
Support UDP
Actual behaviour
NOT Support UDP
Steps to reproduce the behaviour
I've tried to utilize a UDP protocol with NetMQ but it says NOT support UDP as document says.
But, I'd like to know if there is any plan to enhance UDP
The text was updated successfully, but these errors were encountered: