mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Add a "Performance tuning" section to the network driver guide covering the knobs that matter most for throughput on Wi-Fi lower-half drivers whose MAC runs on a companion core: RX quota as backpressure, keeping the RX thread priority at or below the vendor packet-delivery task, and capping the TCP window / send buffer (backed by the shared IOB pool) on lossy wireless paths. Signed-off-by: raul_chen <raul_chen@realsil.com.cn> |
||
|---|---|---|
| .. | ||
| delay_act_and_tcp_perf.rst | ||
| index.rst | ||
| ipfilter.rst | ||
| mdio.rst | ||
| nat.rst | ||
| netdev.rst | ||
| netdriver.rst | ||
| netguardsize.rst | ||
| netlink.rst | ||
| pkt.rst | ||
| sixlowpan.rst | ||
| slip.rst | ||
| socketcan.rst | ||
| tcp_network_perf.rst | ||
| tcp_state_machine.rst | ||
| wqueuedeadlocks.rst | ||