Re: [PATCH 3/14] [TIPC] Stream socket can now send > 66000 bytes at a time
From: David Miller <davem@davemloft.net>
Date: 2006-10-17 04:44:04
From: David Miller <davem@davemloft.net>
Date: 2006-10-17 04:44:04
From: Per Liden <redacted> Date: Fri, 13 Oct 2006 13:37:44 +0200
From: Allan Stephens <redacted> The stream socket send code was not initializing some required fields of the temporary msghdr structure it was utilizing; this is now fixed. A check has also been added to detect if a user illegally specifies a destination address when sending on an established stream connection. Signed-off-by: Allan Stephens <redacted> Signed-off-by: Per Liden <redacted>
Applied, thanks.