libnetlink: fix netlink buffer space handling
authorFelix Fietkau <nbd@nbd.name>
Wed, 25 Aug 2021 11:29:45 +0000 (13:29 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 25 Aug 2021 11:29:47 +0000 (13:29 +0200)
commit9622264cf92691f18ae9222b0a4c9db95af5d80d
treef66616533c34ebb5903dcb1390fef1d849ee9444
parent9e087b4e69bfeb0634dbfebf1d2eb5beb4cf2a47
libnetlink: fix netlink buffer space handling

Significantly increaese buffer size in order to avoid missing events
Do not stop polling socket after running out of buffer space

Signed-off-by: Felix Fietkau <nbd@nbd.name>
libnetlink.c