CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2009/04/27 14:42:51
Modified files: usr.bin/aucat : Tag: OPENBSD_4_5 sock.c Log message: In server mode when in full-duplex mode (the default) aucat(1) will send each synchronization message twice, causing client applications to think that buffer underruns are occuring. Depending on the application, this may cause the sound to stutter. from current, ok deraadt@