You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ifmetric/files/ifmetric-0.3-replybuf.patch

12 lines
300 B

--- a/src/nlrequest.c
+++ b/src/nlrequest.c
@@ -44,7 +44,7 @@
for (;;) {
int bytes;
- char replybuf[2048];
+ char replybuf[4096];
struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) {