An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.9% dependent packages on proxy.golang.org
Top 2.1% dependent repos on proxy.golang.org

proxy.golang.org : github.com/status-im/tcp-shaker

Package tcp is used to perform TCP handshake without ACK, which useful for TCP health checking. HAProxy does this exactly the same, which is: In most cases when you establish a TCP connection(e.g. via net.Dial), these are the first three packets between the client and server(TCP three-way handshake): This package tries to avoid the last ACK when doing handshakes. By sending the last ACK, the connection is considered established. However, as for TCP health checking the server could be considered alive right after it sends back SYN-ACK, that renders the last ACK unnecessary or even harmful in some cases. By avoiding the last ACK The second one is essential because it bothers the server less. This means the application level server will not notice the health checking traffic at all, thus the act of health checking will not be considered as some misbehavior of client.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/status-im/tcp-shaker
License: MIT
Latest release: over 1 year ago
First release: over 5 years ago
Namespace: github.com/status-im
Dependent packages: 8
Dependent repositories: 6
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...