UDPspeeder icon indicating copy to clipboard operation
UDPspeeder copied to clipboard

Is `--mode 1 --timeout 0 -f 1:0` equivalent to `--disable-fec`?

Open Equim-chan opened this issue 6 years ago • 1 comments

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?

Equim-chan avatar Oct 17 '19 12:10 Equim-chan

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

wangyu- avatar Aug 23 '20 00:08 wangyu-