diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2025-12-23 14:37:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 13:37:59 +0000 |
| commit | 8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7 (patch) | |
| tree | ecf442ae6b09a7cea903eeb7e4a01a1aa728b774 /docs/_include/interface-disable-flow-control.txt | |
| parent | 3481dc487abe29d5f09e72f6bbdaaf1e3321056f (diff) | |
| download | vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.tar.gz vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.zip | |
DOC: Proofreading bonding.rst (#1721)
Diffstat (limited to 'docs/_include/interface-disable-flow-control.txt')
| -rw-r--r-- | docs/_include/interface-disable-flow-control.txt | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 347f1145..67cd0a2b 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,20 +1,14 @@ .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} disable-flow-control - Ethernet flow control is a mechanism for temporarily stopping the transmission - of data on Ethernet family computer networks. The goal of this mechanism is to - ensure zero packet loss in the presence of network congestion. + **Disable Ethernet flow control (IEEE 802.3x pause frames) on the interface.** - The first flow control mechanism, the pause frame, was defined by the IEEE - 802.3x standard. + Ethernet flow control, defined by the IEEE 802.3x standard, temporarily stops + data transmission to prevent packet loss during network congestion. For + example, when a sender transmits data faster than the receiver can process it. - A sending station (computer or network switch) may be transmitting data faster - than the other end of the link can accept it. Using flow control, the - receiving station can signal the sender requesting suspension of - transmissions until the receiver catches up. - - Use this command to disable the generation of Ethernet flow control (pause - frames). + Disabling Ethernet flow control means the interface will not signal the + connected device to pause transmission and will drop packets if overwhelmed. Example: |
