You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a group connection is established on a listening socket, the group start time is not properly set. This results, in particular, in a wrong Timestamp in SRT stats takes from a group.
Is looks like the following variables are not set with the first connection established:
m_tsStartTime
m_tsRcvPeerStartTime
m_iLastSchedSeqNo
m_iLastSchedMsgNo
m_RcvBaseSeqNo
See CUDT::makeMePeerOf(..) function call. The CUDT::synchronizeWithGroup(..) is nevercalled for a listener accepting a group connection, even for the second one.
When a group connection is established on a listening socket, the group start time is not properly set. This results, in particular, in a wrong Timestamp in SRT stats takes from a group.
Is looks like the following variables are not set with the first connection established:
m_tsStartTime
m_tsRcvPeerStartTime
m_iLastSchedSeqNo
m_iLastSchedMsgNo
m_RcvBaseSeqNo
See
CUDT::makeMePeerOf(..)
function call. TheCUDT::synchronizeWithGroup(..)
is nevercalled for a listener accepting a group connection, even for the second one.To reproduce:
The text was updated successfully, but these errors were encountered: