Sektor van Skijlen
Sektor van Skijlen
I remember I added a mechanism that makes the probe packet pair wait for both packets before sending. That is, if you have the probe1 packet to send, but the...
Ah, right. Now I remember. I prepared a PR with that change, but it wasn't merged, as the research for this was not complete. I have only added a PR...
Additionally, I'd propose the following list: - `SRT_PACING_UNLIM` (default, args = `{-1, -1}`) - use default `SRTO_MAXBW = -1` (1 Gbps); - `SRT_PACING_MAXBW` (args = `{, -1}`) - use user-provided...
I've analyzed the reports and here is a summary of the determined issues: # P01: Non-atomic read-write on rcvsyn option storage SEVERITY: minor EFFORT: medium DETAILS: `CUDT::m_config.bSynRecving` used without sync...
What do you mean by "there is no return"? The blocking functions don't exit? The expected is that if the connection function doesn't establish a connection in a predicted time,...
What source version do you have (version in git)? I'm suspecting this might be one of the old deadlock problems around `registerConnector`. If you enable heavy logs at compile time...
Ah, so that's what I suspected. First, however, I need to know your version.
Ok, there's a PR that is intended to fix things around there. Would you be able to take the code from the branch mentioned there and see if this fixes...
For all I know, the latest master should be stable enough. Maybe @maxsharabayko can be more precise.
That problem I haven't found, but we've encountered a suspected potential deadlock around this place with thread sanitizer, that's why believe the PR I gave you may fix the problem.