Home
last modified time | relevance | path

Searched refs:congestion (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dtcp.txt15 The following variables are used in the tcp_sock for congestion control:
16 snd_cwnd The size of the congestion window
22 snd_cwnd_stamp Timestamp for when congestion window last validated.
24 congestion window is in use. It is used to adjust
28 As of 2.6.13, Linux supports pluggable congestion control algorithms.
29 A congestion control mechanism can be registered through functions in
30 tcp_cong.c. The functions used by the congestion control mechanism are
35 Private data for a congestion control mechanism is stored in tp->ca_priv.
41 There are three kinds of congestion control algorithms currently: The
43 provide an alternative the congestion window calculation. More complex
[all …]
Drds.txt84 mark the port as "congested" and send a congestion update to
111 a congestion update is sent to all peers.
115 notification when a congestion update arrived, or when a RDMA
137 this - by using congestion notifications, and by checking for
182 CONG_BITMAP - this is a congestion update bitmap
244 communication of per-port congestion. The sender does a very
255 The general layer handles the socket API, congestion handling,
285 wraps the raw congestion bitmap, contains rbnode, waitq, etc.
315 transmits congestion map if one is pending
349 do some congestion calculations
Dproc_net_tcp.txt31 | | | | | | | | |----> sending congestion window
Dsctp.txt7 reliable transport protocol, with congestion control, support for
Ddctcp.txt4 DCTCP is an enhancement to the TCP congestion control algorithm for data
Ddccp.txt21 It divides into a base protocol (RFC 4340) and pluggable congestion control
22 modules called CCIDs. Like pluggable TCP congestion control, at least one CCID
29 It has a base protocol and pluggable congestion control IDs (CCIDs).
Dip-sysctl.txt196 Show/set the congestion control choices available to non-privileged
217 Shows the available congestion control choices that are registered.
218 More congestion control algorithms may be available as modules,
227 Set the congestion control algorithm to be used for new
231 For passive connections, the listener congestion control choice
260 to congestion by allowing supporting routers to signal
261 congestion before having to drop packets.
275 knob. The value is not used, if tcp_ecn or per route (or congestion
280 Enable FACK congestion avoidance and fast retransmission.
392 inflations such as transient congestion. The unit is seconds.
[all …]
Ddl2k.txt225 reduce congestion collapse and overload which
234 congestion usually lower performance of
Dx25-iface.txt96 The probability of packet loss due to backlog congestion can be
Dphonet.txt135 with end-to-end congestion control. It uses the passive listening
D00-INDEX60 - DataCenter TCP congestion control
Dcxgb.txt172 smaller window prevents congestion and facilitates better pacing,
Dbonding.txt2312 of order, causing TCP/IP's congestion control system to kick
2315 It is possible to adjust TCP/IP's congestion limits by
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h209 unsigned int congestion : 8; member
218 unsigned int congestion : 8; member
271 unsigned int congestion : 1; member
292 unsigned int congestion : 1; member
313 unsigned int congestion : 1; member
333 unsigned int congestion : 1; member
/linux-4.4.14/net/ipv4/
DKconfig440 bool "TCP: advanced congestion control"
442 Support for selection of various TCP congestion control
460 congestion window is large, additive increase with a large
462 scalability. Under small congestion windows, binary search
479 protocol stack that optimizes the performance of TCP congestion
481 congestion window and slow start threshold after a congestion
483 slow start threshold and a congestion window which takes into
484 account the bandwidth used at the time congestion is experienced.
494 congestion control for high speed network links. It uses a
503 Sally Floyd's High Speed TCP (RFC 3649) congestion control.
[all …]
/linux-4.4.14/net/dccp/
DKconfig11 congestion-controlled, unreliable datagrams. It should be suitable
48 DCCP congestion avoidance modules. If you don't understand
/linux-4.4.14/net/dccp/ccids/
DKconfig18 rate-controlled congestion control mechanism. TFRC is designed to
30 The TFRC congestion control algorithms were initially described in
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-pktcdvd55 below congestion off mark.
56 A value of <= 0 disables congestion
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dqman.txt16 flow-level queuing, is also responsible for congestion management functions such
17 as RED/WRED, congestion notifications and tail discards. This binding covers the
/linux-4.4.14/net/sctp/
DKconfig46 SCTP congestion control algorithms. If you don't understand
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt20 The switch also supports specific congestion control features which allow MoCA
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt195 -irqs: data availability, congestion notification, buffer
/linux-4.4.14/net/
DKconfig323 TCP congestion avoidance modules. If you don't understand
/linux-4.4.14/drivers/net/cris/
Deth_v10.c1513 es->rx_fifo_errors += IO_EXTRACT(R_REC_COUNTERS, congestion, r); in update_rx_stats()