libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

chore: add rendezvous recommendations #302

Closed vasco-santos closed 3 years ago

vasco-santos commented 3 years ago

This PR adds recommendations to the rendezvous spec regarding how a rendezvous point should be configured. These were based on the discussions on the go implementation PR and current code. The discover limit seems a bit higher, but if we have smaller defaults on the client, we can keep it as 1000.

It also fixes an error response status to E_INVALID_SIGNED_PEER_RECORD since we are using signed peer records now and this is now yet implemented.

vasco-santos commented 3 years ago

@vyzo is the author, but I would say that anyone in the interest group can also weight in

mxinden commented 3 years ago

@ interest-group - @ vasco-santos (@daviddias, @whyrusleeping, @Stebalien, @jacobheun, @yusefnapora) can one of you review the suggested changes here?