- 21 Feb, 2020 1 commit
-
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/6922
-
- 04 Apr, 2019 1 commit
-
-
Steven Allen authored
We should do this from go-tcp-transport (https://github.com/libp2p/go-tcp-transport/pull/36), not here, as setting linger to 0 will cause us to send RST packets instead of nicely closing connections. Also, document why we need the fallback dialer.
-
- 02 Jan, 2019 1 commit
-
-
Matt Joiner authored
No longer implicitly provided by go-reuseport's Dialer as it was removed.
-
- 31 Dec, 2018 1 commit
-
-
Matt Joiner authored
-
- 27 Mar, 2018 1 commit
-
-
Steven Allen authored
indirectly addresses: https://github.com/libp2p/go-reuseport-transport/issues/1#issuecomment-376625179
-
- 10 Mar, 2018 1 commit
-
-
Steven Allen authored
There's no reason a consumer of this package would use this error as *we* retry internally. Exporting it will just confuse users.
-
- 22 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 19 Jan, 2018 1 commit
-
-
Steven Allen authored
-