
void block_input(int flag)
For port-objects blocking input means no new connections will be accepted, so no connection() calls. With connection-objects this means no receive_message(), process_message(), receive_datagram(), or process_datagram() calls.
HTMLised 1998 Greg Lewis (glewis@maths.adelaide.edu.au)