module documentation

Tests for implementations of IReactorUDP and IReactorMulticast.

Class BadClient A DatagramProtocol which always raises an exception from datagramReceived. Used to test error handling behavior in the reactor for that method.
Class Client Undocumented
Class GoodClient Undocumented
Class Mixin Undocumented
Class MulticastTests No class docstring; 0/4 instance variable, 0/1 class variable, 6/9 methods documented
Class ReactorShutdownInteractionTests Test reactor shutdown interaction
Class Server Undocumented
Class UDPTests No class docstring; 10/10 methods documented
Exception BadClientError Raised by BadClient at the end of every datagramReceived call to try and screw stuff up.