On Wed, 24 Jun 2020 11:59:00 -0300 Matheus Rodrigues wrote:
> I'm trying to send a relatively "big" string (+/- 60Kb) through
> generic netlink, for this, I know that I've to use the multipart
> mechanism offered by the API, using the flags NLM_F_MULTI and
> NLMSG_DONE, but I don't know how to impl
I'm trying to send a relatively "big" string (+/- 60Kb) through
generic netlink, for this, I know that I've to use the multipart
mechanism offered by the API, using the flags NLM_F_MULTI and
NLMSG_DONE, but I don't know how to implement it, there is some
example which breaks the string in various p