From ca0f677da999030a044bb4dea2eea27e6154dfd7 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Mon, 2 Sep 2013 15:20:26 +0200 Subject: [PATCH] Increase default NIC session's queue size (fix #870) --- os/include/nic_session/nic_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/include/nic_session/nic_session.h b/os/include/nic_session/nic_session.h index a7549154b..597027050 100644 --- a/os/include/nic_session/nic_session.h +++ b/os/include/nic_session/nic_session.h @@ -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