Tanguy

Results 90 comments of Tanguy

Discussion on discord: Tanguy — Today at 1:01 PM My only issue with the current technique is that it only works for inc (and to be fair, that's all we...

Some thought's & "planning": ### Peer Book Part I: create a peer book (done in #504) Part II: implement the peer book in libp2p (#586) Part III: serialization helpers Part...

### Peer Management `libp2p-go` uses `tags`, where each peer can be tagged, and each tag has a `score` When the time to disconnect peers comes, it sums the `tags`'s `scores`...

1. Yes, a peer subscribed to a lot of topic we're subscribed to will have a big score, and that's good because he is interesting to us! Of course, we'll...

Design proposal made with @lchenut ``` ---------------------- ---------------------- | | | | |------>| discovery |--->| discovery V5 | | | interface | | | | ---------------------- ---------------------- | -------- ----------------------...

I think 90% of users will use the Lp variants, but since we already show it in tutorial 2, it may make sense to show the non-Lp here But it...

@lchenut I just pushed a commit which extracts the conn manager tracking from dialAndUpgrade, you should now be able to use dialAndUpgrade in canDial

Ok, last detail before my approval, we should use a semaphore to limit the number of concurrent dial backs to avoid attacks 1 max seems like a sane default

> this may break some discovery-vs-peer assumptions but "should" be safe in many cases I think even this one may be a bit unsafe: if we're connected to a peer...

Sharing discord convo (well, monologue): > Yeah, if your IP change for whatever reason (you moved from mobile connection to wifi or whatever), it might actually make sense to rotate...