Skip to content

Commit

Permalink
[core] Fixed missing break after case
Browse files Browse the repository at this point in the history
Co-authored-by: Sektor van Skijlen <ethouris@gmail.com>
  • Loading branch information
maxsharabayko and ethouris committed Jul 27, 2020
1 parent 2cb4bdf commit b229e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ void CUDT::setOpt(SRT_SOCKOPT optName, const void* optval, int optlen)

m_uOPT_StabilityTimeout = val * 1000;
}
break;

case SRTO_RETRANSMISSION_ALGORITHM:
if (m_bConnected)
Expand Down

0 comments on commit b229e8a

Please sign in to comment.