Task #3492
closed
Added by Vince Lehman over 8 years ago.
Updated over 6 years ago.
Description
This task should wrap ndnping's functionality in a helper class.
The ping
method in experiments.py should be removed and its uses in the code should be replaced with this helper class.
Class API:
class NdnPingClient:
@staticmethod
def ping(srcNode, namePrefix, interval=1000, timeout=4000, count=None, startingSeqNo=None, id=None, allowStaleData=False, printTimestamp=False)
- Description updated (diff)
- Description updated (diff)
- Target version set to v0.6.0
- Assignee set to Alexander Lane
Vince Lehman wrote:
This task should wrap ndnping's functionality in a helper class.
The ping
method in experiments.py should be removed and its uses in the code should be replaced with this helper class.
Class API:
class NdnPingClient:
@staticmethod
def ping(srcNode, namePrefix, interval=1000, timeout=4000, count=None, startingSeqNo=None, id=None, allowStaleData=False, printTimestamp=False)
- Status changed from New to Code review
- Status changed from Code review to Closed
- Target version changed from v0.6.0 to v0.5.0
- % Done changed from 0 to 100
Also available in: Atom
PDF