[TIPC]: Improve response to requests for node/link information
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 29 Jun 2006 19:33:20 +0000 (12:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 30 Jun 2006 00:08:15 +0000 (17:08 -0700)
Now allocates reply space for "get links" request based on number of actual
links, not number of potential links.  Also, limits reply to "get links" and
"get nodes" requests to 32KB to match capabilities of tipc-config utility
that issued request.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>

No differences found