1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: tcputils
Section: net
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Joel Rosdahl <joel@debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13)
Vcs-Browser: https://salsa.debian.org/debian/tcputils
Vcs-Git: https://salsa.debian.org/debian/tcputils.git
Homepage: https://git.lysator.liu.se/tcputils/tcputils
Package: tcputils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities for TCP programming in shell-scripts
This is a collection of programs to facilitate TCP programming
in shell-scripts. There is also a small library which makes it
somewhat easier to create TCP/IP sockets.
.
The programs included in this release are:
.
mini-inetd - small TCP/IP connection dispatcher
tcpbug - TCP/IP connection bugging device
tcpconnect - general TCP/IP client
tcplisten - general TCP/IP server
getpeername - get name of connected TCP/IP peer
|