tcp-shaker icon indicating copy to clipboard operation
tcp-shaker copied to clipboard

:heartbeat: Perform TCP handshake without ACK in Go, useful for health check, that is SYN, SYN-ACK, RST.

Results 5 tcp-shaker issues
Sort by recently updated
recently updated
newest added

![1](https://user-images.githubusercontent.com/86698923/136725198-4a8bc1c5-35a4-4c8c-aeea-ab8fee1d41f6.png) ![2](https://user-images.githubusercontent.com/86698923/136725229-45b31a19-97b0-40e8-9a6f-debc5993c762.png) why ?? go.mod module github.com/tevino/tcp-shaker go 1.23 require golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4

发包时能指定端口发送吗

When the number of coroutines is greater than 10000, there will be program errors and insufficient resources How to solve it?

Prometheus format is kinda the de-facto standard for emitting metrics these days. We wanted to record latency and do healthchecks + draw graphs of variations in grafana and alert if...

## Issue Right now, when users use `CheckAddr` by passing in a hostname, the address is resolved using `net.ResolveTCPAddr("tcp", addr)`. Unfortunately, this returns an Ipv4 address even in cases when...