• Patrick McHardy's avatar
    iproute uses too small of a receive buffer · 7f03191f
    Patrick McHardy authored
    It uses 1MB as receive buf limit by default (without
    increasing /proc/sys/net/core/rmem_max it will be limited by less
    however) and allows to specify the size manually using "-rcvbuf X"
    (-r is already used, so you need to specify at least -rc).
    
    Additionally rtnl_listen() continues on ENOBUFS after printing the
    error message.
    7f03191f
libnetlink.h 3.66 KB