mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
Increase default NIC session's queue size (fix #870)
This commit is contained in:
parent
6484edb657
commit
ca0f677da9
@ -39,7 +39,7 @@ namespace Nic {
|
||||
|
||||
struct Session : Genode::Session
|
||||
{
|
||||
enum { QUEUE_SIZE = 256 };
|
||||
enum { QUEUE_SIZE = 1024 };
|
||||
|
||||
/*
|
||||
* Types used by the client stub code and server implementation
|
||||
|
Loading…
Reference in New Issue
Block a user