zerolib.nettools - Higher level network I/O utilities

The zerolib.nettools module defines functions and classes which help in interacting with remote peers in the network.

Connection

class Connections(object)

The connection manager.

__init__(self, capacity=200, clean_func = None)
register(self, dest, socket)
__getitem__(self, key)
__delitem__(self, key)
__contains__(self, key)
__iter__(self)
__len__(self)