]> git.ipfire.org Git - thirdparty/lldpd.git/commit - configure.ac
netlink: by default, don't change netlink buffer size
authorVincent Bernat <vincent@bernat.im>
Sat, 14 Jan 2017 10:51:58 +0000 (11:51 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 14 Jan 2017 11:00:31 +0000 (12:00 +0100)
commit48292d82efbdb3236b540f876df55ae779a3511d
tree8ace82ba31e5a20b0dcb5a8d70de33da3c5f260d
parent0cb979c72da51f5fb724eeee6b17ddbbc49077f3
netlink: by default, don't change netlink buffer size

We can't really guess what the current maximum is. On my system, the
default max is quite low (~200k). We don't want everybody to get a
warning. Also, only warn people if we got a smaller size that we
requested.
configure.ac
src/daemon/netlink.c