Results 1846 comments of Steven Allen

I believe you can specify a `build_base_image` (e.g., `golang:1.16-buster`) but not a `go_version`.

Make sure the redis docker container was correctly started. Otherwise, make sure it's not a firewall issue (recent MacOS releases tend to have these).

Chocolatey support could be a big win for us if we could then convince users (esp. schools) in areas with poor internet to install chocolatey+ipfs. However, your concerns over binary...

Yeah, it looks like we may be able to do a UDP simple UDP traceroute. We're not trying to get all the way to the target, just out of our...

Ah, because IPv6... Actually, we there's no reason not to try IPv4, right (if the peer has an IPv4 address)?

> Could we get away in many cases with just latency as an estimator of being in the same network? Maybe? But I'd want to set _that_ limit to be...

Hm. Should have written that down. Probably: 1. QUIC 2. TCP+TLS+Yamux (go) 3. TCP+Noise+Yamux (rust) 4. TCP+Noise+Mplex (js/rust) 5. WS+Noise+Mplex (js) That should cover it.

https://github.com/libp2p/go-libp2p-autonat-svc/issues/34 (but your issue is better)

:+1: > Will every transport be able to determine these values? I'd just ensure that we have reasonable zero values. We may also want to break this into something like:...

> Alternatively, we could say that for values where the zero value doesn't make sense, we don't need to use a pointer. That would apply to RTT, RTT variance and...