15bool FakeFace::open(
const Contact& address)
28 fprintf(stderr,
"not implemented\n");
The output side of an active connection between two ports.
InputProtocol * read() override
Block and wait for someone to talk to us.
void close() override
Stop listening.
OutputProtocol * write(const Contact &address) override
Try to reach out and talk to someone.
A dummy two way stream for testing purposes.
Connection choreographer.
The components from which ports and connections are built.
An interface to the operating system, including Port based communication.