[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C455DC3.1050304@marples.name>
Date: Tue, 20 Jul 2010 09:26:43 +0100
From: Roy Marples <roy@...ples.name>
To: netdev@...r.kernel.org
Subject: recv(2), MSG_TRUNK and kernels older than 2.6.22
Hi
I would like to support all possible kernels I can and previously used a
fixed buffer of size 256 to read from netlink sockets. This is now
proving too small for some 64-bit kernels so I would like to use recv(2)
with MSG_TRUNK to wor out the size. However, the man page says that this
only works for 2.6.22 kernels or newer.
My question is, what is the behaviour of recv on older kernels where
MSG_TRUNC is not supported? I would rather not use some arbitary size if
at all possible.
Reply directly please as I'm not subscribed here.
Thanks
Roy
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists