Changes between Version 2 and Version 3 of Ticket #949, comment 2


Ignore:
Timestamp:
10/21/17 07:03:41 (7 years ago)
Author:
wangyucn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #949, comment 2

    v2 v3  
    33The FEC encoder tries to fill the buffer with incoming packets before doing FEC,if buffer is full,the FEC will be done and data will be sent immediately. There is also a timer of 5ms (which is configurable),fec will still be done if not enough data is collected and timer is expired. The 10ms mentioned above is just 5ms+5ms.
    44
     5There is also an optimization,if a packet didnt get lost,there will be no latency introduced for this packet at all(no latency in theory,there is still a small latency of about 2~3ms in practice).
     6
    57>This is what worried me most when considering it, that it would cause too much overhead and much extra latency.
    68