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

dtpcsend - Delay-Tolerant Payload Conditioning transmission test program

Bugs

Description

dtpcsend uses DTPC to send nbr_of_cycles application data items of payload_size bytes each on topic
       topic_ID to destination_endpoint using transmission profile profile_ID at rate bits per second.

       rate must be between 1000 and 200 million bits per second.

       payload_size must be between 2 and 1 million bytes.  To use application data item sizes chosen at random
       from the range 1 to 65536, specify payload_size = 1.

       NOTE that dtpcsend invokes an elision function that removes from the outbound DTPC aggregate ADU all
       records that are of the same size as the first record in that aggregation.  This means that specifying
       any payload size other than 1 that is less than the configured DTPC aggregation size limit will cause
       DTPC to issue ADUs only when the aggregation time limit is exceeded, and each such ADU will always
       contain only a single record.

       Use CTRL-C to terminate the program.

Environment

       No environment variables apply.

Files

       No configuration files are needed.

Name

       dtpcsend - Delay-Tolerant Payload Conditioning transmission test program

See Also

dtpcreceive(1), dtpc(3)

perl v5.24.1                                       2016-07-07                                        DTPCSEND(1)

Synopsis

dtpcsendnbr_of_cyclesratepayload_sizetopic_IDprofile_IDdestination_endpoint

See Also