ladybird/Kernel/Net/Intel
Andreas Kling 06cf01cd1e Kernel/E1000: Bump RX/TX buffer count to 256/256
We were frequently dropping packets when downloading large files.
Then we had to wait for TCP retransmission which slowed things down.

This patch dramatically improves E1000 throughput by increasing the
number of RX/TX buffers from 32/8 to 256/256.

The largest chunk of JavaScript from Discord now downloads in roughly
1 second instead of 7 seconds. :^)
2022-02-11 12:45:38 +01:00
..
E1000ENetworkAdapter.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
E1000ENetworkAdapter.h Kernel/Net: Move Intel network adapters code to a separate directory 2021-12-28 00:56:47 -08:00
E1000NetworkAdapter.cpp Kernel/E1000: Bump RX/TX buffer count to 256/256 2022-02-11 12:45:38 +01:00
E1000NetworkAdapter.h Kernel/E1000: Bump RX/TX buffer count to 256/256 2022-02-11 12:45:38 +01:00