hio.core.udp.udping
hio.core.udping Module
Module Contents
Classes
Class to manage non blocking I/O on UDP socket. |
Attributes
- class hio.core.udp.udping.Peer(ha=None, host='', port=55000, bufsize=1024, wl=None, bcast=False)[source]
Bases:
objectClass to manage non blocking I/O on UDP socket.
- actualBufSizes(self)[source]
Returns duple of the the actual socket send and receive buffer size (send, receive)
- open(self)[source]
Opens socket in non blocking mode.
- if socket not closed properly, binding socket gets error
OSError: (48, ‘Address already in use’)