Feature #2571
open
Just a few missing details. Construction of Transport instance allow recording parameters necessary for this instance.
- Project changed from jndn to NDN-CCL
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));
- Assignee set to Jeff Burke
Also available in: Atom
PDF