linux/Documentation/connector
David Fries 34470e0bfa connector: allow multiple messages to be sent in one packet
This increases the amount of bundling to reduce the number of packets
sent.  For the one wire use there can be multiple struct
w1_netlink_cmd in a struct w1_netlink_msg and multiple of those in
struct cn_msg, and with this change multiple of those in a struct
nlmsghdr, and at each level the len identifies there being multiple of
the next.

Signed-off-by: David Fries <David@Fries.net>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-27 13:56:21 -07:00
..
.gitignore .gitignore updates 2008-10-30 11:38:45 -07:00
cn_test.c connector: add portid to unicast in addition to broadcasting 2014-02-07 15:40:17 -08:00
connector.txt connector: allow multiple messages to be sent in one packet 2014-05-27 13:56:21 -07:00
Makefile connector: get test code working by default 2009-07-17 10:14:26 -07:00
ucon.c connector - documentation: simplify netlink message length assignment 2013-10-02 16:03:51 -04:00