Ecosyste.ms: Packages

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

hackage.haskell.org : ping

This library provides functions that have similar behavior as the unix command-line utility ping. In particular, both emit ICMP echo requests and wait for responses. This library uses a haskell implementation of ICMP rather than invoking `binping`. This avoids the costly process of starting a child process. Additionally, there are greater opportunities for reusing sockets. The cost of this is that the user must ensure that one of these is true: The kernel parameter net.ipv4.ping_group_range has been configured to allow pings to all IP addresses. (preferred solution) The process is running with the the CAP_NET_RAW capability. The process is running as root. (worst solution)

Registry - Source - JSON
purl: pkg:hackage/ping
Keywords: bsd3, library, network
License: BSD-3-Clause
Latest release: 12 months ago
First release: over 5 years ago
Dependent packages: 1
Dependent repositories: 1
Downloads: 1,728 total
Stars: 7 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...