Skip to content

Commit

Permalink
fix link to socket
Browse files Browse the repository at this point in the history
  • Loading branch information
clinta committed Mar 30, 2018
1 parent 4cffe7e commit ea6d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Efficiently Ping lots of hosts in go

Multiping is a library for efficiently pinging lots of hosts. No matter how many
hosts you start pinging a single [Conn](https://godoc.org/github.com/TrilliumIT/go-multiping/pinger#Conn) will only open one raw socket listner (two if you are pinging both IPv4 and IPv6 hosts).
hosts you start pinging a single [Socket](https://godoc.org/github.com/TrilliumIT/go-multiping/ping#Socket) will only open one raw socket listner (two if you are pinging both IPv4 and IPv6 hosts).

The socket will only be listening as long as you have an active ping running.

Expand Down

0 comments on commit ea6d1a9

Please sign in to comment.