Home | History | Annotate | only in /external/ltp/testcases/network/multicast/mc_commo
Up to higher level directory
NameDateSize
Makefile21-Aug-20181K
mc_commo21-Aug-20182.6K
mc_recv.c21-Aug-20182.4K
mc_send.c21-Aug-20182.9K
README.1st21-Aug-2018618

README.1st

      1 This test requires two machines on the same subnet.  Each machine must have the same
      2 path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then
      3 Machine B must also have the same path setup.  Machine B would be exported as the
      4 RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'.  If this
      5 is not done, the test will use itself as the RHOST, which isn't very useful.  Also,
      6 the machine specified as the RHOST must have a ".rhosts" file in root's home
      7 directory with the hostname of the local machine that's running the test.  This is to
      8 allow the script to execute it's rsh calls.
      9