mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
0eed9e8eb642dab40ddbc6b0ea65335330500304
The TCP send overflow buffer code was embedded directly in APIFrameHelper, making it appear to be part of the primary send path. In reality, it is rarely used in production — only when the kernel TCP send buffer is full due to a slow client, congested network, or heavy logging. Extract it into a dedicated APIOverflowBuffer class with clear documentation about its purpose and usage frequency.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
