module documentation
(source)

Various asynchronous UDP classes.

Please do not use this module directly.

Class ​Multicast​Mixin Implement multicast functionality.
Class ​Multicast​Port UDP Port that supports multicasting.
Class ​Port UDP port, listening for packets.
Variable _sock​Err​Read​Ignore list of symbolic error constants (from the errno module) representing socket errors where the error is temporary and can be ignored.
Variable _sock​Err​Read​Refuse list of symbolic error constants (from the errno module) representing socket errors that indicate connection refused.
_sockErrReadIgnore = (source)
list of symbolic error constants (from the errno module) representing socket errors where the error is temporary and can be ignored.
_sockErrReadRefuse = (source)
list of symbolic error constants (from the errno module) representing socket errors that indicate connection refused.