multi_ep and multi_recv not working over verbs #8299
Unanswered
JibinNajeeb
asked this question in
Q&A
Replies: 2 comments
-
It sounds like you may want to use rdm endpoints. That provides unconnected communication, so a single server endpoint can receive from multiple clients. Using msg endpoints requires managing multiple connections, one to each client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am checking for a way to retrieve buffers from multiple senders to a single receiver.
I have checked the sample fabtest apps(multi_ep and multi_recv) and getting error as shown below
Is there a way to achieve this behavior -> get buffers from multiple client(4 clients) and retrieve it in server?
Beta Was this translation helpful? Give feedback.
All reactions