]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Improve mod_bert cpu efficiency
authorMoises Silva <moy@sangoma.com>
Sat, 6 Dec 2014 00:16:13 +0000 (19:16 -0500)
committerMoises Silva <moy@sangoma.com>
Mon, 15 Dec 2014 05:21:03 +0000 (00:21 -0500)
commit42acb62120cbff3d03c7920068437e39b810bc1e
treef174f5e73e628ada0e45a9d544d7b48e25976d40
parent6dbb4162e81893748a226dc5d4631ebf8f4c7c76
Improve mod_bert cpu efficiency

* Use memmem() and memcmp() for pattern checks
* Use a static pre-built buffer for the write frame
src/mod/applications/mod_bert/mod_bert.c