On Fri, Jan 06, 2023 at 02:25:23PM -0500, William Blough wrote: > ENOBUFS is returned in the case that the nfnetlink socket buffer is > exhausted. The function nfnl_rcvbufsize is provided by libnfnetlink > to set the buffer size in order to handle this error, however > libnetfilter_conntrack does not expose this function for the underlying > netlink socket. > > Add nfct_rcvbufsiz function to allow setting of buffer size for netlink > socket. Thanks for your patch. There is already nfct_fd() and you can use setsockopt() on it.