Skip to content

Commit

Permalink
[core] Rejection not undertaken in rendezvous after KMX failure (#2692).
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris committed Aug 10, 2023
1 parent 46b0579 commit d039fe6
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 @@ -4276,6 +4276,7 @@ EConnectStatus srt::CUDT::processRendezvous(
{
// m_RejectReason is already set, so set the reqtype accordingly
m_ConnReq.m_iReqType = URQFailure(m_RejectReason);
return CONN_REJECT;
}
}
// This should be false, make a kinda assert here.
Expand Down

0 comments on commit d039fe6

Please sign in to comment.