/usr/share/doc/nuttcp/examples/nuttcp6 is in nuttcp 6.1.2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # default: off
# description: network performance testing server (developed from ttcp/nttcp)
service nuttcp
{
flags = REUSE IPv6
v6only = yes
socket_type = stream
wait = no
user = nobody
server = /usr/bin/nuttcp
server_args = -S -6
log_on_failure += USERID
disable = yes
}
|