increased receive buffer to handle more interfaces

This commit is contained in:
Martin Willi
2007-06-18 05:56:18 +00:00
parent 174c9e18c1
commit ca68a75eaf
+1 -1
View File
@@ -856,7 +856,7 @@ static status_t netlink_send(private_kernel_interface_t *this,
while (TRUE)
{
char buf[1024];
char buf[4096];
tmp.len = sizeof(buf);
tmp.ptr = buf;
msg = (struct nlmsghdr*)tmp.ptr;