NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Network very very slow... was iSCSI and jumbo frames



On Tue, 2 Feb 2021, RVP wrote:

On Tue, 2 Feb 2021, BERTRAND Joël wrote:

	It's a Linux, but very tuned and it doesn't contain nc:


Try `netcat' instead of `nc'. Install if needed.


If the discard server (part of xinetd) is running, or can be
enabled, then you can send data to it instead. Then, you don't
need to install netcat/nc.

Discard is at port 9:

$ fgrep discard /etc/services
discard              9/tcp    # Discard
discard              9/udp    # Discard
discard              9/sctp    # Discard
discard              9/dccp    # Discard
$

-RVP


Home | Main Index | Thread Index | Old Index