On 15/03/2015 15:52, Natanael Copa wrote:
I have simplified the long-time living netlink listener more by
forwarding the netlink socket and letting the handler read
directly from netlink. This factorize out the pipe and remove the need
of any micro protocol.

 As I wrote in another message, there is basically no benefit in doing
that, because it forces the handler to be netlink-aware.


It should also make it easier to use posix_spawn() instead of fork/exec.

 The only difference is a potentially empty posix_spawn_file_actions_t,
which is a minor detail.

--
 Laurent

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to