Skip to content

Commit

Permalink
Update fec.cpp
Browse files Browse the repository at this point in the history
hangname is not correct, which should be consistent with EHangStatus.
  • Loading branch information
kgbook authored Oct 30, 2023
1 parent 8d8825f commit 73f9c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/fec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ bool FECFilterBuiltin::receive(const CPacket& rpkt, loss_seqs_t& loss_seqs)
loss_seqs_t irrecover_row, irrecover_col;

#if ENABLE_HEAVY_LOGGING
static string hangname [] = {"SUCCESS", "PAST", "CRAZY", "NOT-DONE"};
static string hangname [] = {"NOT-DONE", "SUCCESS", "PAST", "CRAZY"};
#endif

// Required for EHangStatus
Expand Down

0 comments on commit 73f9c7b

Please sign in to comment.