Package ganeti :: Package rpc :: Module transport
[hide private]
[frames] | no frames]

Module transport

source code

Module that defines a transport for RPC connections.

A transport can send to and receive messages from some endpoint.

Classes [hide private]
  Transport
Low-level transport class.
  FdTransport
Low-level transport class that works on arbitrary file descriptors.
Variables [hide private]
  DEF_CTMO = constants.LUXI_DEF_CTMO
  DEF_RWTO = constants.LUXI_DEF_RWTO

Imports: collections, errno, io, logging, socket, time, constants, ganeti, ssconf, utils, errors