Outchan¶
- 
interface 
outchan.Outchan¶ Message output channel.
Delivers network messages to other participants.
Means of delivering messages implementation defined. Delivery order implementation defined.
- 
outchan.Outchan.send(message)¶ Send message.
Arguments: - message (protocol.Packets) – Message to send.
 
Throws: BusyError – If another send is already in progress.
-