Index: ossp-pkg/sio/sio_test.c RCS File: /v/ossp/cvs/ossp-pkg/sio/sio_test.c,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/sio/sio_test.c,v' 2>/dev/null --- sio_test.c 2003/01/30 15:04:06 1.10 +++ sio_test.c 2003/01/30 15:06:54 1.11 @@ -719,6 +719,16 @@ /* * read from both streams + * + * note that sillymux doesn't know how to multiplex + * signalling chunks. However, since input is blocking + * we are guaranteed that we have reached EOF as soon + * as no data is passed downstream. + * + * a real mux would might replicate signalling chunks + * to each listener or synthesize its own error/eof + * conditions + * */ nodd = neven = 0; codd = ceven = 0;