Abhishek Upperwal

Results 29 comments of Abhishek Upperwal

@maimai88 You can try [this](https://gist.github.com/upperwal/b80bd1516fbad79d0d2c7c4f5b99421b) code. > Peers in the same network can be interconnected, and different networks can't communicate. If all nodes use the default dht.DefaultBootstrapPeers, different networks can...

@maimai88 ``` 18:47:47.557 WARNI rendezvous: Connection failed: failed to dial : all dials failed * [/ip4/127.0.0.1/tcp/33618] dial tcp4 127.0.0.1:33618: connect: connection refused * [/ip4/172.21.0.1/tcp/33618] dial tcp4 0.0.0.0:56471->172.21.0.1:33618: i/o timeout *...

@maimai88 Relay dials are enabled by [default](https://github.com/libp2p/go-libp2p/blob/2fbe88f54665503ab6893df4559377f4392fb890/defaults.go#L74-L76) but you need to connect it to a node which acts as a relay. You can do that by spawning a new node...

Can you elaborate? Do you mean the same host calling ```Provide``` followed by ```FindProviders``` can't see it's own addresses in the list?

@jianhuaixie refer to #11

@stefanhans So everyone trying this code by default are using ```meet me here``` as the ```rendezvousString```. So every time you run this code a new peer is started and it...

Hey @raulk If it ease out some of your burden, you can commit the intermediate code to some branch along with the TODO's you think needs to be done for...

And maybe also map it to LGD. Let me know how I can help.