HomeSort by relevance Sort by last modified time
    Searched refs:QoS (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 198 // Enable/disable quality of service if QoS is true or false respectively.
203 virtual int32_t SetQoS(const bool QoS,
209 // Set QoS to true if quality of service has been turned on. If QoS is true,
212 virtual int32_t QoS(bool& QoS,
udp_transport_impl.h 72 int32_t SetQoS(const bool QoS,
77 int32_t QoS(bool& QoS,
udp_transport_impl.cc 427 int32_t UdpTransportImpl::SetQoS(bool QoS, int32_t serviceType,
431 if(QoS)
450 "QOS is enabled but will be ignored since IPv6 is enabled");
460 "TOS already enabled, can't use TOS and QoS at the same time");
470 "PCP already enabled, can't use PCP and QoS at the same time");
480 "QOS is enabled but not started since we have not yet configured\
492 "QOS is already enabled and overrideDSCP differs, not allowed");
507 "QOS is enabled but not started since we have not yet created the\
520 "QOS is enabled but not started since we have not yet created the\
532 // Enable QoS for RTP sockets
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 18 * **RDMA_QP_SL**: Service level configuration for QOS and ECN, valid values are 0-7. If not defined by user, the default value is 0.
20 * **RDMA_TRAFFIC_CLASS**: Traffic class configuration for QP, in case of DSCP trust level QoS configuration. If not defined by user, the default value is 0. For more info see [HowTo Configure Trust state on Mellanox Adapters](https://community.mellanox.com/docs/DOC-2866).

Completed in 76 milliseconds