[Voyageurs] Add 10 trbs to the queue to handle rapid keypresses.

This commit is contained in:
Drew Galbraith 2024-02-24 14:23:14 -08:00
parent c5f8195255
commit e6b232851e
2 changed files with 15 additions and 8 deletions

View file

@ -23,4 +23,5 @@ class Endpoint {
uint64_t recv_phys_;
mmth::OwnedMemoryRegion recv_mem_;
uint64_t offset_ = 0;
};