Replies: 1 comment 5 replies
-
I'm not sure if I understand what you are doing. If you made a connection from the same group, the listener will spawn or reuse its mirror group on its side. This is recognized by the group ID passed in the handshake. There could be some probability of mistaking the group ID being the same on two unrelated machines (this problem was reported some time ago, but a protocol compatibility breaking change would have to be added to fix it), but it should be little probable as socket and group IDs are generated starting from a random value. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Listener established with SRTO_GROUPCONNECT = 1.
I have 2 different sources on separate machines set upped as callers with SRTO_GTYPE_BROADCAST.
How could this listener realize that group data is desired to one group. Or I missed something?
Beta Was this translation helpful? Give feedback.
All reactions