Improved alarm message put on reading possible truncated packet for udp listener.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6381 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2020-02-17 06:35:48 +00:00
parent 188bd8c716
commit d56a073f95
1 changed files with 1 additions and 1 deletions

View File

@ -3354,7 +3354,7 @@ int YateSIPUDPTransport::process()
if (res == (int)m_maxpkt && s_warnPacketUDP) {
s_warnPacketUDP = false;
Alarm(&plugin,"config",DebugConf,
"Transport(%s) received packet with length %d: same as configured maxpkt [%p]",
"Transport(%s) received likely truncated packet with length %d, try to increase maxpkt [%p]",
m_id.c_str(),res,this);
}
char* b = (char*)m_buffer.data();