죄송합니다. 이 페이지의 콘텐츠는 선택하신 언어로 제공되지 않습니다.

주요 내용으로 건너뛰기

Packet coalescing

Packet coalescing

(also interrupt coalescing)

Packet coalescing definition

Packet coalescing is a process of merging network packets to decrease the number of system interrupts. Packet coalescing usually lowers the amount of processing needed. Instead of flooding the system with interrupts for each packet, they are grouped, and only one interrupt is generated for multiple packets.

Real packet coalescing examples

In multiplayer gaming, players that own a computer with a powerful CPU may choose to turn off packet coalescing because it can reduce latency.