Opened 15 years ago

Closed 14 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 Christoph Mayer, 14 years ago

Milestone: Release of 0.4.0

comment:2 by Christoph Mayer, 14 years ago

Owner: changed from somebody to Christoph Mayer

comment:3 by Christoph Mayer, 14 years ago

Resolution: fixed
Status: newclosed

fixed in 7469

Note: See TracTickets for help on using tickets.