Opened 15 years ago
Closed 15 years ago
#58 closed defect (fixed)
Unused DataMessage in Node::establishLink
Reported by: | Christoph Mayer | Owned by: | Christoph Mayer |
---|---|---|---|
Priority: | minor | Milestone: | Release of 0.4.0 |
Component: | Foundation | Version: | 0.3.0 |
Keywords: | Cc: |
Description
LinkID Node::establishLink(const NodeID& nid, const ServiceID& sid,
const LinkProperties& req, const DataMessage& msg) {
return base_overlay->establishLink(nid, sid);
}
--> DataMessage& msg is never used. The concept is to piggyback the message with the handshake to provide a credential for a node to see whether the remote node is allowed to build up a link with us.
Change History (3)
comment:1 by , 15 years ago
Milestone: | → Release of 0.4.0 |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in 7469