OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexandre Ratchov (ratchovcvs.openbsd.org)
Date: Mon Jun 02 2008 - 12:08:51 CDT


CVSROOT: /cvs
Module name: src
Changes by: ratchovcvs.openbsd.org 2008/06/02 11:08:51

Modified files:
        usr.bin/aucat : aucat.c

Log message:
currently, we start the device as soon as write() blocks; it's better
to continue filling the play buffer until it's full. This way, the
play buffer has fewer chances to underrun when the device is started.

ok jakemsr