1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-21 02:47:01 +00:00

increse fail count to 300

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@715 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2009-04-13 19:11:27 +00:00
parent 3f89fae214
commit cc55c2b691

@ -864,7 +864,7 @@ static ZIO_READ_FUNCTION(zt_read)
zap_ssize_t r = 0;
int errs = 0;
while (errs++ < 100) {
while (errs++ < 300) {
if ((r = read(zchan->sockfd, data, *datalen)) > 0) {
break;
}