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

coqos_mod - Suspend or resume a managed data stream

Actions

suspend
              Suspend the identified stream.  See argument cid for more information.

       resume Resume the identified stream.  See argument cid for more information.

Arguments

action A symbol indicating the action to be performed on the stream identified by  argument  cid.   Valid
              actions are "suspend" and "resume".  See ACTIONS for an explanation of each action.

       cid    A  connection  identifier.   (Charlie,expandonthis.)  Connection ID.  2 byte number to identify
              the stream to delete.  Byte 0 is the OrigTEI and byte one is the LLID-F.

       device The MAC address of some powerline device.  More than one address may be specified on  the  command
              line.  If more than one address is specified then operations are performed on each device in turn.
              The default address is "local".  See DEVICES for more information.

Credits

        Bill Wike
        Nathaniel Houghton
        Charles Maier

open-plc-utils-0.0.3                              November 2013                                     coqos_mod(1)

Description

Thispageisunderconstruction.

       Suspend  or  resume  a  stream through the bandwidth manager using an Atheros vendor specific VS_MOD_CONN
       message.  This is the proper way to stop a  stream  flowing  if  the  data  rate  exceeds  the  available
       bandwidth.  Use program coqos_man to set stream bandwidth.

       This program is part of the Qualcomm Atheros Powerline Toolkit.  See the plc man page for an overview and
       installation instructions.

Devices

       Ethernet  MAC  addresses  are  six  hexadecimal  octets  optionally separated by colon.  For example, the
       addresses "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are all valid and equivalent.   Certain
       Ethernet device addresses are special and may be entered by name rather than number.

       all    A synonym for "broadcast", described next.

       broadcast
              A  synonym  for  the standard Ethernet broadcast address, FF:FF:FF:FF:FF:FF.  All devices, whether
              local, remote or foreign will respond to this address.

       local  A  synonym  for  the  Qualcomm  Atheros  vendor   specific   Local   Management   Address   (LMA),
              00:B0:52:00:00:01.   All  local  Atheros  devices  recognize  this  address but remote and foreign
              devices do not.  A remote device is any device at the  far  end  of  a  powerline  connection.   A
              foreign device is any device not manufactured by Atheros.

Disclaimer

       Atheros  HomePlug  AV Vendor Specific Management Message structure and content is proprietary to Qualcomm
       Atheros, Ocala FL USA.  Consequently, public information may not be available.  Qualcomm Atheros reserves
       the right to modify message structure and content in future firmware releases without any  obligation  to
       notify or compensate users of this program.

Examples

       The  following  example  suspends a stream 805.  All data in this cid will be discarded and not sent over
       the channel.

          # coqos_mod SPND 805 00:B0:52:BA:BE:01

Name

       coqos_mod - Suspend or resume a managed data stream

Options

       -e     Redirects  stderr  messages  to  stdout.   By  convention status and error messages are printed on
              stderr while primary program output is printed on stdout.  This option prints all output on stdout
              in cases where this is desired.

       -iinterface
              Select the host Ethernet interface.  All requests are  sent  via  this  host  interface  and  only
              reponses  received  via this host interface are recognized.  The default interface is eth1 because
              most people use eth0 as their principle network connection; however, if environment  string  "PLC"
              is defined then it takes precedence over the default interface.  This option then takes precedence
              over either default.

       -q     Suppresses status messages on stderr.

       -r     Display relative memory offsets on output.  This option is the default.

       -v     Prints  additional  information  on  stdout.   In  particular, this option dumps outgoing Ethernet
              packets on stdout.

       -?,--help
              Displays program help information on stderr.  This option takes precedence over all other  options
              on the command line except version information.

       -!,--version
              Displays  program  version  information  on  stderr.   This option takes precedence over all other
              options on the command line except help information.  Use this option when sending screen dumps to
              Atheros technical staff.

References

       See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.

See Also

coqos_add(1), coqos_info(1), coqos_man(1), coqos_rel(1)

Synopsis

coqos_mod [options] actioncid [device] [...]

See Also