Re: Generic Netlink multipart messages

2020-06-24 Thread Jakub Kicinski
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

Generic Netlink multipart messages

2020-06-24 Thread Matheus Rodrigues
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