Project

General

Profile

Actions

Task #4226

closed

Broadcast key prefix should not be constructed again and again

Added by Ashlesh Gawande over 6 years ago. Updated over 6 years ago.

Status:
Abandoned
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/07/2017
Due date:
% Done:

0%

Estimated time:

Description

Currently broadcast is defined as /ndn/broadcast/
Then whenever we want to use it we do:
(/ndn/broadcast/).append("key")

Instead the const should be updated to /ndn/broadcast/key and used anywhere it is needed (seeing that no other names are constructed using /ndn/broadcast).

Actions #1

Updated by Muktadir Chowdhury over 6 years ago

  • Status changed from New to Abandoned

We are not using BroadCast prefix to fetch certificate anymore. We use DirectFetcher that sends back the interest for a certificate to whichever face the corresponding data/ interest came from. This task can be abandoned.

Actions

Also available in: Atom PDF