Hacker News new | ask | show | jobs
by jandrese 749 days ago
It looks like one file per direction, and this is a point to point connection. It looks like each side just reads to the end of the file and then tries to read more to see if any new data is available.
1 comments

Yes exactly. One file in each direction made arbitration easier.

In the future I will implement a single file to handle both directions.