Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428674
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ifmetric-0.3.orig/src/nlrequest.c
0
++ ifmetric-0.3/src/nlrequest.c
Lines 44-50 Link Here
44
44
45
    for (;;) {
45
    for (;;) {
46
        int bytes;
46
        int bytes;
47
        char replybuf[2048];
47
        char replybuf[4096];
48
        struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
48
        struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
49
        
49
        
50
        if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) {
50
        if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) {

Return to bug 428674