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

(-)a/src/nlapi.c (-1 / +1 lines)
Lines 71-77 int nlapi_work(int block) { Link Here
71
    
71
    
72
    for (;;) {
72
    for (;;) {
73
        int bytes;
73
        int bytes;
74
        char replybuf[1024];
74
        char replybuf[64*1024];
75
        struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
75
        struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
76
        
76
        
77
        if ((bytes = recv(nlapi_fd, &replybuf, sizeof(replybuf), block ? 0 : MSG_DONTWAIT)) < 0) {
77
        if ((bytes = recv(nlapi_fd, &replybuf, sizeof(replybuf), block ? 0 : MSG_DONTWAIT)) < 0) {

Return to bug 711742