summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2017-10-29 15:14:01 +0200
committerMichał Górny <mgorny@gentoo.org>2018-02-17 18:55:43 +0100
commitc6246077d8e40fee76c66083663b03b4d76b039f (patch)
tree132e10f96c064088944cad9d06febc585e835e94 /net-analyzer/nuttcp/files/nuttcp.confd
parentsys-process/xjobs: new version xjobs-20170829. (diff)
downloadgentoo-c6246077d8e40fee76c66083663b03b4d76b039f.tar.gz
gentoo-c6246077d8e40fee76c66083663b03b4d76b039f.tar.bz2
gentoo-c6246077d8e40fee76c66083663b03b4d76b039f.zip
net-analyzer/nuttcp: new ebuild
nuttcp is a network performance measurement tool intended for use by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes. Closes: https://bugs.gentoo.org/486788 Closes: https://github.com/gentoo/gentoo/pull/6068 Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/nuttcp/files/nuttcp.confd')
-rw-r--r--net-analyzer/nuttcp/files/nuttcp.confd5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-analyzer/nuttcp/files/nuttcp.confd b/net-analyzer/nuttcp/files/nuttcp.confd
new file mode 100644
index 000000000000..a41d858550a1
--- /dev/null
+++ b/net-analyzer/nuttcp/files/nuttcp.confd
@@ -0,0 +1,5 @@
+# Config file for /etc/init.d/nuttcp
+
+# extra options (run nuttcp -h for a list of supported options)
+# Parameter -S indicates that nuttcp acts as a server.
+NUTTCP_OPTS="-S"