Sektor van Skijlen
Sektor van Skijlen
Is this tested on one machine or two different machines? If two different, how do you synchronize perfectly the time on them both?
All current attempts to fix this have failed. The current solution makes a hangup due to not cleaned up all socket resources.
Did you set the payload size using `SRTO_PAYLOADSIZE`? Might matter the order in which you set options. When you set payloadsize first and packetfilter second, the packetfilter setting should cut...
Yes, definitely this is an internal error that shouldn't happen. How did you configure the socket then? For me it looks as if the payload size was somehow allowed to...
@chllcy Could you please describe the exact way how you made the test? It looks for me as if you have forcefully set the payloadsize option to 1456 on the...
What *should* happen is that when you configure FEC on the connection and try to send 1456 bytes through that connection, your sending function should report error and reject sending....
Is the same thing happening if you don't change the `SRTO_PAYLOADSIZE` option?
There's #2677 prepared to fix some of these problems. This constant - `SRT_LIVE_MAX_PLSIZE` will be deprecated (it's IPv4-specific, which isn't exactly clear). The actual maximum payload size should be calculated...
I am observing more and more tests failing on TestConnection.QuickClose test and the symptom is that there's -1 returned from `srt_close` on just one of the sockets (out of 60)....
The "No room to store incoming packet" message appears when the RX buffer gets completely full and is waiting for the receiving application to extract the waiting packets. This `rcv-remain`...