]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fretdm: little white lie
authorMoises Silva <moy@sangoma.com>
Fri, 9 Nov 2012 21:53:39 +0000 (16:53 -0500)
committerMoises Silva <moy@sangoma.com>
Fri, 9 Nov 2012 21:53:39 +0000 (16:53 -0500)
libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c

index 363dcee7c543d0107307679039a61a859121c3ac..ac3fcf241720530f1cd77e9d73b503b1112897a6 100644 (file)
@@ -858,6 +858,12 @@ static FIO_COMMAND_FUNCTION(zt_command)
                        err = ioctl(ftdmchan->sockfd, codes.FLUSH, &flushmode);
                }
                break;
+       case FTDM_COMMAND_SET_RX_QUEUE_SIZE:
+       case FTDM_COMMAND_SET_TX_QUEUE_SIZE:
+               /* little white lie ... eventually we can implement this, in the meantime, not worth the effort
+                  and this is only used by some sig modules such as ftmod_r2 to behave bettter under load */
+               err = 0;
+               break;
        default:
                err = FTDM_NOTIMPL;
                break;