pings should *ALWAYS* be sent with end-of-call or RTP termination packet sequence (65535);

4.32j_maint
Bryan Biedenkapp 11 months ago
parent e18fd0c00e
commit 905b98e4d2

@ -808,7 +808,7 @@ namespace fnecore
{
// send message to master
byte[] res = new byte[1];
SendMaster(CreateOpcode(Constants.NET_FUNC_PING), res);
SendMaster(CreateOpcode(Constants.NET_FUNC_PING), res, Constants.RtpCallEndSeq);
PingsSent++;
Log(LogLevel.DEBUG, $"({systemName}) RPTPING sent to MASTER {masterEndpoint}; pings since connected {PingsSent}");

Loading…
Cancel
Save

Powered by TurnKey Linux.