sukun

Results 129 comments of sukun

It is preventative peer can create 32k streams. Not configurable in pion :( So the total memory for the streams = 32k * 200B/stream = 6.4MB Add 1MB for the...

This is amazing! Thanks @galargh ❤️

I used network namespaces on linux to do some debugging for hole punching. I wanted to avoid simulators because I felt that would give some false positives but I didn't...

I'm busy finishing the smart dialing effort. https://github.com/libp2p/go-libp2p/issues/2394 is the last major piece left. I will pick AutoNAT v2 implementation after next week. I'll start addressing the open issues on...

The new spec is much nicer! Thanks @MarcoPolo

Pending: quic-go patch release.

@galargh The go-check is failing with a diff in the generated protobuf files. How do i find out what the diff in the generated protobuf file is? Locally I only...

I think you are looking for [go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht ) Here is the bootstrap peers option for it: https://github.com/libp2p/go-libp2p-kad-dht/blob/master/dht_options.go#L275 For mdns based discovery look at https://pkg.go.dev/github.com/libp2p/go-libp2p/p2p/discovery/mdns

Is it possible to check if these were relay addresses? When the node is private ```host.Addrs()``` will just give you the list of relay addresses and not your observed public...