goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
687 stars 108 forks source link

Pipe and fifo send only 1 byte confirmation as a reply #26

Open alexandervanrenen opened 3 years ago

alexandervanrenen commented 3 years ago

The pipe and fifo benchmark appear to be sending the message only one way. On the return trip nothing or a single byte is send as a confirmation. The message should be sent back and forth.