Package twisted :: Package internet :: Module udp
[show private | hide private]
[frames | no frames]

Module twisted.internet.udp

Various asynchronous UDP classes.

Please do not use this module directly.

API Stability: unstable

Maintainer: Itamar Shtull-Trauring
Classes
ConnectedMulticastPort Connected UDP Port that supports multicasting.
ConnectedPort A connected UDP socket.
MulticastMixin Implement multicast functionality.
MulticastPort UDP Port that supports multicasting.
Port UDP port, listening for packets.

Variable Summary
int EAGAIN
int ECONNREFUSED
int EINTR
int EMSGSIZE
int EWOULDBLOCK
str platformType

Variable Details

EAGAIN

Type:
int
Value:
11                                                                     

ECONNREFUSED

Type:
int
Value:
111                                                                    

EINTR

Type:
int
Value:
4                                                                      

EMSGSIZE

Type:
int
Value:
90                                                                     

EWOULDBLOCK

Type:
int
Value:
11                                                                     

platformType

Type:
str
Value:
'posix'                                                                

Generated by Epydoc 1.1 on Fri Jun 27 03:48:15 2003 http://epydoc.sf.net