On Fri, Apr 24, 2015 at 10:36:24AM -0600, David Coppa wrote: > > Hi! > > Code says "7860": > > <dcoppa@t420:/usr/src/usr.bin/sndiod>$ grep 7860 * > sndiod.c:#define DEFAULT_BUFSZ 7860 > > While manpage says "7680": > > <dcoppa@t420:/usr/src/usr.bin/sndiod>$ grep 7680 * > sndiod.1:The default is 7680 or twice the block size >
oops, the man page is right and the code wrong, the intended value was 7680, feel free to fix it. Both are close to each other, so no audible difference. But this reminds me that it may be time to start using less conservative defaults, maybe 1920, or even 960.