Attention is currently required from: jolly, dexter.
4 comments:
Commit Message:
Patch Set #2, Line 12: than 2 connections.
please rephrase this, I don't understand:
"it must be assumed that only connection receives RTP in a conference with more than 2 connections."
Patch Set #2, Line 15: set to (one of) the other connection that shall send out RTP.
connection(s)
Patch Set #2, Line 16: All connection that send RTP have "send_next" pointer set to the next
connections
Patchset:
I'm a bit lost with your implementation choose here. Why having that ring buffer between connections pointing to each other instead of simply iterating over all the connections of an endpoint?
mgcp_recv(rtp) -> foreach(conn in endp) mgcp_send(rtp);
To view, visit change 33548. To unsubscribe, or for help writing mail filters, visit settings.