Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-tcp-transport

v0.6.1

26 May 09:13
e144e11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

25 May 18:40
29acff6
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/transport/tcp.

v0.5.1

22 Feb 06:00
dbc2318
Compare
Choose a tag to compare

What's Changed

  • fix: drop raw EINVAL (from keepalives) errors as well by @Stebalien in #115

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Jan 06:14
9743c20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Oct 16:01
f365f9b
Compare
Choose a tag to compare

This release reworks how the TCP transport is configured.

The constructor (NewTCPTransport) now takes Options. Currently, there are two options defined:

  • DisableReuseport: disables reuseport
  • WithConnectionTimeout: allows setting of a custom connection timeout

v0.3.0

25 Sep 19:55
097fa25
Compare
Choose a tag to compare
  • use the assigned roles for simultaneous open (#95)

v0.2.8

07 Sep 10:09
a8f6d63
Compare
Choose a tag to compare
  • disables (broken) metrics collection on Windows (#93)

v0.2.5

27 Jul 07:46
740341d
Compare
Choose a tag to compare

updates dependencies

v0.2.4

15 Jul 20:23
398a666
Compare
Choose a tag to compare

This patch release:

  • fixes an unbounded state growth caused by the metrics tracer in case Prometheus was not running (#81)
  • fixes a noisy log statement on darwin

v0.2.3

24 Jun 02:03
1b96803
Compare
Choose a tag to compare

OpenBSD doesn't allow setting of the keepalive period, so we shouldn't log an error on that architecture.