This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: libp2p/go-tcp-transport
Releases · libp2p/go-tcp-transport
v0.6.1
What's Changed
- re-add NewTCPTransport method by @marten-seemann in #121
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Repo Deprecation
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/transport/tcp.
v0.5.1
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
What's Changed
- use the transport.Upgrader interface by @marten-seemann in #111
- use the ResourceManager by @marten-seemann in #110
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This release reworks how the TCP transport is configured.
The constructor (NewTCPTransport
) now takes Option
s. Currently, there are two options defined:
DisableReuseport
: disables reuseportWithConnectionTimeout
: allows setting of a custom connection timeout
v0.3.0
v0.2.8
v0.2.5
updates dependencies
v0.2.4
v0.2.3
OpenBSD doesn't allow setting of the keepalive period, so we shouldn't log an error on that architecture.