dect
/
libnl
Archived
13
0
Fork 0

Correctly state the process of sending a netlink message. A message

passes through nl_send_iovec() before hitting nl_sendmsg()
This commit is contained in:
Thomas GraF 2010-11-04 19:35:57 +01:00
parent 738ee7fea1
commit d283c8e889
1 changed files with 3 additions and 0 deletions

View File

@ -400,6 +400,9 @@
* |- - - - - - - - - - - - - - - - - - - - v
* v cb->cb_send_ow()
* nl_send(sk, msg)
* |
* v
* nl_send_iovec()
* | [If available, add peer port and credentials]
* v
* nl_sendmsg(sk, msg, msghdr)