logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sctp_test - Send and receive messages via SCTP

Author

       Michael Biebl <biebl@debian.org>

                                                                                                    sctp_test(1)

Description

        This is a userspace test application for the SCTP Linux kernel reference implementation.

Name

       sctp_test - Send and receive messages via SCTP

Options

       -H local-addr

       -P local-port

       -h remote-addr

       -p remote-port

       -s     Act as client

       -l     Listen for connections (server)

       -a assoc_pattern
              assoc_pattern in the mixed mode 0 = sequential ascending(default) 1 = random

       -d debug
              0 = none 1 = min(default) 2 = max

       -c testcase
              0 = 1 byte packets.  1 = 1352 byte packets.
                  (fragmentation point for an i/f with 1500 as mtu.)  2 = 1353 byte packets.
                  (min. size at which fragmentation occurs
                  for  an  i/f with 1500 as mtu.)  3 = Sequence of 1, 1353, 32768 byte packets.  4 = Sequence of
              following size packets.
                  (1, 1000, 2000, 3000, 5000, 10000,15000, 20000, 25000, 32768) 5 = 32768 byte packets.
                  (default max receive window size.)  6 = random size packets.

       -ve value
              Packets of specifed size.

       -m msgsize
              (1500-65515, default value 32768)

       -x number_of_repeats

       -o order_pattern
              0 = all unordered(default) 1 = all ordered 2 = alternating 3 = random -tstream_pattern
               0 = sequential ascending(default)
               1 = random -Mmax_stream (default value 0) -rseed (default 0, use time()) -Lnum_ports  (default
              value  0).  Run  the mixed mode -Snum_ports (default value 0). Run the mixed mode -D Drain. If in
              client mode do a read following send.

Synopsis

sctp_test-H-P-h-p-l|s

Usage

server:sctp_test-Hlocal_addr-Plocal_port-lclient:sctp_test-Hlocal_addr-Plocal_port-hremote_addr
        -p remote-port -s

See Also