Project

General

Profile

Actions

Task #1128

closed

mock implementation of PIT

Added by Junxiao Shi over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tables
Target version:
Start date:
Due date:
01/26/2014
% Done:

100%

Estimated time:
5.00 h

Description

Implement a subset of PIT entry and PIT table functionality.

Pit class contains: insert, findAllDataMatches, remove

pit::Entry` class contains: getInterest, getName, getInRecords, getOutRecords, isNonceSeen, insertOrUpdateInRecord, deleteInRecords, insertOrUpdateOutRecord, deleteOutRecord

There is no performance requirement on this mock implementation.

PIT API


Related issues 2 (0 open2 closed)

Blocked by NFD - Task #1148: mock implementation of time structsClosedJunxiao Shi01/24/2014

Actions
Precedes NFD - Task #1139: mock forwarder initializationClosed01/27/201401/27/2014

Actions
Actions #1

Updated by Junxiao Shi over 10 years ago

  • Assignee set to Junxiao Shi
  • Start date changed from 01/23/2014 to 01/24/2014
Actions #2

Updated by Junxiao Shi over 10 years ago

  • Due date changed from 01/27/2014 to 01/25/2014
  • Start date deleted (01/26/2014)
Actions #3

Updated by Junxiao Shi about 10 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Alex Afanasyev about 10 years ago

  • Target version set to Mock
Actions #5

Updated by Junxiao Shi about 10 years ago

  • Due date changed from 01/25/2014 to 01/26/2014
Actions #6

Updated by Junxiao Shi about 10 years ago

I need clarification on API:

  • Should fib::Entry::insertOrUpdateInRecord update lastNonce, lastRenewed, expiry fields in InRecord, or should the caller (forwarding) do it?
  • Should fib::Entry::insertOrUpdateOutRecord update lastNonce, lastRenewed, expiry, isPending fields in OutRecord, or should the caller (forwarding) do it?
  • What API should forwarding use to set isPending of OutRecord to false?
Actions #7

Updated by Alex Afanasyev about 10 years ago

I need clarification on API:

  • Should fib::Entry::insertOrUpdateInRecord update lastNonce, lastRenewed, expiry fields in InRecord, or should the caller (forwarding) do it?

The call has all necessary information (it is being passed reference to Interest), so it should do it itself.

  • Should fib::Entry::insertOrUpdateOutRecord update lastNonce, lastRenewed, expiry, isPending fields in OutRecord, or should the caller (forwarding) do it?

Same thing. I would say it should do it.

  • What API should forwarding use to set isPending of OutRecord to false?

Good question. I again blanking on why we have it here. Isn't it supposed to be pending whenever OutRecord exists?

Actions #8

Updated by Junxiao Shi about 10 years ago

Alex Afanasyev wrote:

What API should forwarding use to set isPending of OutRecord to false?

Good question. I again blanking on why we have it here. Isn't it supposed to be pending whenever OutRecord exists?

Yes, isPending is unnecessary since Nonces are stored in m_nonces field.
There should be a pit::Entry::deleteOutRecord method.

Actions #9

Updated by Alex Afanasyev about 10 years ago

  • Description updated (diff)
Actions #10

Updated by Junxiao Shi about 10 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #11

Updated by Junxiao Shi about 10 years ago

  • Status changed from Code review to Closed
Actions #12

Updated by Junxiao Shi about 10 years ago

  • Category set to Tables
Actions #13

Updated by Junxiao Shi about 10 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF