Hi,

What is the purpose of the NodeId in JoinReq and LeaveReq? 

         struct {
            NodeId                joining_peer_id;
            opaque                overlay_specific_data<0..2^16-1>;
         } JoinReq;

         public struct {
            NodeId                leaving_peer_id;
            opaque                overlay_specific_data<0..2^16-1>;
         } LeaveReq;

The NodeId of the originating peer can be obtained from the signature.
Unless the draft allows a peer to request a Join or Leave on behave of
another peer, these two fields should be removed.

Thanks

--Michael

_______________________________________________
P2PSIP mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/p2psip

Reply via email to