mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-06 10:38:31 +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
|
struct Session : Genode::Session
|
||||||
{
|
{
|
||||||
enum { QUEUE_SIZE = 256 };
|
enum { QUEUE_SIZE = 1024 };
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Types used by the client stub code and server implementation
|
* Types used by the client stub code and server implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user