Actions
Bug #2424
closedFace doesn't have default constructor
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/27/2015
Due date:
% Done:
0%
Estimated time:
Description
Unless I'm missed it, Face class doesn't seem to have a default constructor. It should be with TCP transport to localhost:6363.
Updated by Anonymous almost 10 years ago
- Status changed from New to Closed
- Assignee set to Anonymous
We had wanted to support the default Face constructor to connect with the Unix socket, which is difficult in Java. But you are right: For now the default constructor should connect to "localhost" on TCP. Fixed:
https://github.com/named-data/jndn/commit/97caec959ac356aecb004ee458930f995041bb14
Updated by Alex Afanasyev almost 10 years ago
In java I don't see why we need to worry much about unix socket.
Actions