]> granicus.if.org Git - libnl/commit
use MSG_TRUNC flag to get recv message size at once
authorJiri Pirko <jpirko@redhat.com>
Mon, 28 May 2012 12:05:27 +0000 (14:05 +0200)
committerThomas Graf <tgraf@redhat.com>
Tue, 29 May 2012 09:46:01 +0000 (11:46 +0200)
commitd733f8a0a65a817d16ebaa1a8f5ad1330682b489
treeff8f52ba551882b8a600801ba69215dcec9c1b42
parent970f5d0221863b1473740455ca4d8cefcb34ff31
use MSG_TRUNC flag to get recv message size at once

prevent multiple calls of recvmsg.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
lib/nl.c