CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/08 07:00:57
Modified files:
usr.bin/aucat : sock.c
Log message:
When a message is read (and processed), always call sock_write(), to
send any pending messages resulting from the processing (ACKs, position
changes, volume changes). In theory the previous approach didn't
ensuire that outgoing messages are not reordered.
