From 86629ba675d53064d536f0516b32b09efdef8305 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Oct 2008 14:59:04 +0200 Subject: [PATCH] Increase message buffer size --- src/rtnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtnl.c b/src/rtnl.c index 61205b3..1e66a9a 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -415,7 +415,7 @@ static void rtnl_message(void *buf, size_t len) static gboolean netlink_event(GIOChannel *chan, GIOCondition cond, gpointer data) { - unsigned char buf[256]; + unsigned char buf[4096]; gsize len; GIOError err; -- 2.7.4