pjproject/pjsip
Benny Prijono 8dbd8637e8 SIP TCP and TLS transports may call send completion callback with bytes_set=0 when send operation fails because outgoing connection is cancelled (for example, application quits). This will trigger assertion error in transaction because transaction only expects positive or negative bytes_set number, but not zero
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1551 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-05 23:25:37 +00:00
..
build Updated VS2005 and eVC projects with new base64 and AKA files 2007-10-18 01:40:44 +00:00
docs Ticket #391: Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application 2007-10-05 09:12:26 +00:00
include Fixed wrong comment on audio_frame_ptime default value 2007-11-03 07:10:29 +00:00
src SIP TCP and TLS transports may call send completion callback with bytes_set=0 when send operation fails because outgoing connection is cancelled (for example, application quits). This will trigger assertion error in transaction because transaction only expects positive or negative bytes_set number, but not zero 2007-11-05 23:25:37 +00:00