projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad74ad4
)
Increase message buffer size
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 14 Oct 2008 12:59:04 +0000
(14:59 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 14 Oct 2008 12:59:04 +0000
(14:59 +0200)
src/rtnl.c
patch
|
blob
|
history
diff --git
a/src/rtnl.c
b/src/rtnl.c
index
61205b3
..
1e66a9a
100644
(file)
--- 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[
25
6];
+ unsigned char buf[
409
6];
gsize len;
GIOError err;