History log of /external/ltp/runtest/net.tcp_cmds
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c8529af50ab9188d104541a673141bb0fd00089a 10-Jun-2016 Alexey Kodanev <alexey.kodanev@oracle.com> network/perf_lan: remove the test

There are several reasons to remove it:

* Test does what 'ping -p' command can do (can be added to tcp_cmds/ping);
* It needs cleanup/fixing and IPv6 version is disabled right now;
* ck_packet() is wrongly setting data buffer pointer, assuming that
the sender added timestamp but it didn't. Actually timestamp was
removed in the packet sending code but not in the receiving one
(patch ef77253);
* Also test always passes, even if packet data is not correct, because
ck_packet() always returns 0, so it doesn't really check packets.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/runtest/net.tcp_cmds
a94a6692b7c46854c24d852ad3ef4e5a791de2dd 10-May-2016 Alexey Kodanev <alexey.kodanev@oracle.com> network: rename runtest files, use 'net.' & 'net_stress.' prefix

network.sh: also print usage help.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/runtest/net.tcp_cmds