Tag

MTU

1 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Jul 25, 2024 · Fundamentals

Debugging APP Load Failures: MTU/MSS Analysis with Wireshark

This article walks through a real‑world case where an app’s content loading fails due to MTU/MSS mismatches, explains how packet captures reveal retransmissions and missing ACKs, demonstrates ping‑based MTU probing, and shows how oversized request parameters in a new version caused the issue.

MSSMTUTCP
0 likes · 5 min read
Debugging APP Load Failures: MTU/MSS Analysis with Wireshark
Bilibili Tech
Bilibili Tech
Jul 23, 2024 · Operations

Network Troubleshooting: MTU/MSS Issues and Packet Capture Analysis

The investigation used Wireshark captures to uncover that a new app version sent oversized TCP segments—due to altered MSS and path‑MTU mismatch—causing unacknowledged retransmissions, which were diagnosed with ping‑do‑not‑fragment tests and resolved by trimming the request parameters and confirming via TLS key logging.

MSSMTUWireshark
0 likes · 7 min read
Network Troubleshooting: MTU/MSS Issues and Packet Capture Analysis
Efficient Ops
Efficient Ops
Jun 18, 2024 · Cloud Native

Why Docker Containers Time Out on HTTPS: MTU Misconfiguration and How to Fix It

When running Jenkins inside a Docker container on a VM, HTTPS requests to accounts.google.com time out due to an MTU mismatch between the host and the container, which can be resolved by adjusting the MSS via iptables or setting a lower MTU for Docker interfaces.

DockerMSSMTU
0 likes · 7 min read
Why Docker Containers Time Out on HTTPS: MTU Misconfiguration and How to Fix It
Qunar Tech Salon
Qunar Tech Salon
Jun 25, 2020 · Fundamentals

Understanding Linux Network I/O: OSI Layers, MTU, Fragmentation, and TCP Flow Control

This article explains the structure of Linux network I/O by detailing the OSI seven‑layer model, the role of each layer, MTU/PMTU concepts, IP fragmentation and reassembly, and key TCP mechanisms such as MSS, flow control, and congestion control, providing a comprehensive foundation for studying zero‑copy networking.

LinuxMSSMTU
0 likes · 13 min read
Understanding Linux Network I/O: OSI Layers, MTU, Fragmentation, and TCP Flow Control
High Availability Architecture
High Availability Architecture
Feb 21, 2020 · Fundamentals

Why Ethernet MTU Is 1500 Bytes: Historical and Technical Reasons

This article explains why the Ethernet maximum transmission unit (MTU) settled on 1500 bytes, covering early hardware constraints, cost considerations, the emergence of jumbo frames, modern traffic analysis, and why changing this long‑standing value remains difficult.

EthernetHistorical ProtocolsJumbo Frames
0 likes · 7 min read
Why Ethernet MTU Is 1500 Bytes: Historical and Technical Reasons