[TIPC]: Stream socket can now send > 66000 bytes at a time
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 17 Oct 2006 04:43:54 +0000 (21:43 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 19 Oct 2006 02:55:15 +0000 (19:55 -0700)
commiteb5959c2bd290bf6c24ddf6d1f5ebcb496c54adb
tree57b7ce657f2304eeb4ad981cdbf7fcd8c7b6c8df
parent29ede244cc4cfb11432a0bffd158ba09e7b2c167
[TIPC]: Stream socket can now send > 66000 bytes at a time

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 <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c