| Method Summary |
| |
__init__(self,
tries,
timeout,
sock)
|
| |
checkTimeout(self,
pj)
|
| |
connectionLost(self,
unused)
|
| |
createPingSocket(self,
sock)
make an ICMP socket to use for sending and receiving pings |
| |
doRead(self)
|
| |
fileno(self)
|
| |
jobCount(self)
|
| |
logPrefix(self)
|
| |
ping(self,
ip)
Ping the ip and return the result in a deferred |
| |
pingJobFail(self,
pj)
PingJob has failed remove from jobqueue. |
| |
pingJobSucceed(self,
pj)
PingJob completed successfully. |
| |
recvPackets(self)
receive a packet and decode its header |
| |
reportPingJob(self,
pj)
|
| |
sendPacket(self,
pingJob)
Take a pingjob and send an ICMP packet for it |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|