Increase default NIC session's queue size (fix #870)

This commit is contained in:
Stefan Kalkowski 2013-09-02 15:20:26 +02:00 committed by Norman Feske
parent 6484edb657
commit ca0f677da9
1 changed files with 1 additions and 1 deletions

View File

@ -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