Tagged Questions
0
votes
3answers
1k views
unistd.h read() is reading more data then being written
I'm reading/writing data off of a named pipe. On the writing side it says that it's writing a constant 110 bytes. On the Reading side for the majority of time it says that it's reading 110 bytes which ...