Project

General

Profile

Actions

Feature #2571

open

Reconsider the need for ConnectionInfo abstractions

Added by Alex Afanasyev about 9 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
Start date:
Due date:
% Done:

0%

Estimated time:
Actions #1

Updated by Alex Afanasyev about 9 years ago

Just a few missing details. Construction of Transport instance allow recording parameters necessary for this instance.

Actions #2

Updated by Jeff Burke about 9 years ago

Can you expand on this?

Actions #3

Updated by Jeff Burke about 9 years ago

  • Project changed from jndn to NDN-CCL
Actions #4

Updated by Alex Afanasyev about 9 years ago

This should not be part of CCL at all, neither CCL should say anything about transports (may be just general about transport, but not specifically about tcp/udp).

Particularly about this issue. The current way to use custom transports:

new Face(new Transport(), new ConnectionInfo(params));

It should be

new Face(new Transport(params));
Actions #5

Updated by Jeff Burke about 9 years ago

  • Assignee set to Jeff Burke
Actions

Also available in: Atom PDF