Merge pull request #237 from narspt/patch-25

allow pass dmr/ysf to peers, without transcoding
pull/221/merge
LX3JL 2 years ago committed by GitHub
commit 129f1257b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -287,14 +287,7 @@ void CXlxProtocol::HandleQueue(void)
break;
case XLX_PROTOCOL_REVISION_2:
default:
if ( g_Transcoder.IsConnected() )
{
m_Socket.Send(buffer, client->GetIp());
}
else
{
m_Socket.Send(bufferLegacy, client->GetIp());
}
m_Socket.Send(buffer, client->GetIp());
break;
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.