|
|
__init__(self,
tries=2,
timeout=2,
sock=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
createPingSocket(self,
sock)
make an ICMP socket to use for sending and receiving pings |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sendPacket(self,
pingJob)
Take a pingjob and send an ICMP packet for it |
source code
|
|
|
|
recvPackets(self)
receive a packet and decode its header |
source code
|
|
|
|
pingJobSucceed(self,
pj)
PingJob completed successfully. |
source code
|
|
|
|
pingJobFail(self,
pj)
PingJob has failed remove from jobqueue. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
ping(self,
ip)
Ping the ip and return the result in a deferred |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|