[svn-commits] r179219 - svn:log

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Mar 1 15:47:31 CST 2009


Author: mmichelson
Revision: 179219
Modified property: svn:log

Modified: svn:log at Sun Mar  1 15:47:31 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Mar  1 15:47:31 2009
@@ -1,10 +1,10 @@
 Properly free memory and remove scheduler entries when a transmission failure occurs.
 
 Previously, only the "data" field of the sip_pkt created during __sip_reliable_xmit 
-was freed when XMIT_FAILURE was returned by __sip_xmit. When retrans_pkt was called,
+was freed when XMIT_ERROR was returned by __sip_xmit. When retrans_pkt was called,
 this inevitably resulted in the reading and writing of freed memory.
 
-XMIT_FAILURE is a condition meaning that we don't want to attempt resending the packet
+XMIT_ERROR is a condition meaning that we don't want to attempt resending the packet
 at all. The proper action to take is to remove the scheduler entry we just created,
 free the packet's data as well as the packet itself, and unlink it from the list of
 packets on the sip_pvt structure.




More information about the svn-commits mailing list