UDPspeeder
UDPspeeder copied to clipboard
Is `--mode 1 --timeout 0 -f 1:0` equivalent to `--disable-fec`?
It seems like --disable-fec disables both the inbound and outbound FEC process, but --mode 1 --timeout 0 -f 1:0 on one end just stops the FEC on its outbound yet still do FEC-to-normal on its inbound?
if you use --mode 1 --timeout 0 -f 1:0 on both end, it should be very similar to --disable-fec.
when disable-fec is not used , whether doing fec or not, it is only depending on the send end, the receive just receive and decode (if needed) passively