File: control

package info (click to toggle)
tcputils 0.6.2-10
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 244 kB
  • ctags: 134
  • sloc: ansic: 1,277; makefile: 71
file content (22 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: tcputils
Section: net
Priority: optional
Maintainer: Joel Rosdahl <joel@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9)

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