aboutsummaryrefslogtreecommitdiff
path: root/net/frr6/pkg-message
blob: 2e3fa0f0df71be4f8bd264a42b0e61bfd73f147d (plain) (blame)
1
2
3
4
5
6
7
FRR's OSPF daemons tries to allocate big socket buffer, so generate warning
messages like:
"setsockopt_so_sendbuf: fd 6: SO_SNDBUF set to 1048576 (requested 8388608)"
To prevent such message kern.ipc.maxsockbuf can be increased:
sysctl kern.ipc.maxsockbuf=16777216

Error message "ifam_read() doesn't read all socket data" is under investigation