Tag

socket memory

1 views collected around this technical thread.

Architecture Digest
Architecture Digest
Jan 29, 2021 · Fundamentals

Experimental Analysis of TCP Connection Memory Consumption in Different Socket States

This article presents a seven‑day experiment measuring how much memory a TCP connection occupies in the kernel under various states such as ESTABLISH, data transfer, and TIME_WAIT, and summarizes the kernel's memory‑optimisation techniques for sockets.

KernelNetwork ProgrammingTCP
0 likes · 3 min read
Experimental Analysis of TCP Connection Memory Consumption in Different Socket States
Refining Core Development Skills
Refining Core Development Skills
Jan 12, 2021 · Fundamentals

Experimental Analysis of TCP Connection Memory Consumption in the Linux Kernel

The article presents a seven‑day series of experiments measuring how much memory a TCP connection occupies in various states—including ESTABLISH, data transfer, and TIME_WAIT—revealing kernel optimizations for socket buffer reclamation and overall memory overhead.

Kernel OptimizationLinuxNetwork Performance
0 likes · 3 min read
Experimental Analysis of TCP Connection Memory Consumption in the Linux Kernel