1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: 2ping
Section: net
Priority: optional
Maintainer: Ryan Finnie <ryan@finnie.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), python-setuptools, python | python-all | python-dev | python-all-dev, dh-python, dh-systemd (>= 1.5)
X-Python-Version: >= 2.6
Standards-Version: 3.9.6
Homepage: http://www.finnie.org/software/2ping/
Vcs-Browser: https://github.com/rfinnie/2ping-pkg-debian
Vcs-Git: https://github.com/rfinnie/2ping-pkg-debian
Package: 2ping
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python, python-argparse, python-pkg-resources
Description: Ping utility to determine directional packet loss
2ping is a bi-directional ping utility. It uses 3-way pings (akin to
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
2ping listener and a 2ping client to determine which direction packet
loss occurs.
|