Tagged articles
3 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2023 · Fundamentals

Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks

Facing frequent packet loss and network jitter that disrupts video conferences, this article examines TCP/IP stack heartbeat and retransmission mechanisms, demonstrates how to configure Windows keepalive parameters, and provides code examples for custom socket options and non‑blocking connect timeouts to maintain session continuity within 60 seconds.

KeepaliveTCPWindows
0 likes · 22 min read
Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks
HelloTech
HelloTech
Apr 19, 2022 · Backend Development

Understanding Sentinel Cluster Rate Limiting and Handling Network Jitter

Sentinel’s cluster rate limiting adds a centralized token server that grants tokens to client instances before processing requests, and when network jitter causes request timeouts the client automatically falls back to local limiting, so configuring short request‑timeout values (e.g., 20 ms) is crucial for maintaining low latency and high availability in elastic, multi‑instance deployments.

Token Servercluster rate limitingjava
0 likes · 8 min read
Understanding Sentinel Cluster Rate Limiting and Handling Network Jitter
Qu Tech
Qu Tech
Dec 31, 2020 · Cloud Native

Kubernetes IPVS Estimation Timer: Root Cause of Network Jitter and Livepatch Fix

A production Kubernetes cluster experienced intermittent network jitter caused by the IPVS estimation_timer soft‑interrupt, and the article details how BPF tracing, perf analysis, and a kpatch live‑patch were used to identify and eliminate the latency without rebooting the nodes.

BPFIPVSKubernetes
0 likes · 22 min read
Kubernetes IPVS Estimation Timer: Root Cause of Network Jitter and Livepatch Fix