ossp-pkg/sio/sio_test.c 1.10 -> 1.11
--- 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;
|
|