31 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.
bool open(const Contact &address) override
Start listening to the given address.
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.