OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-105-gad48e6f
Gerrit Code Review
gerrit@openafs.org
Sat, 16 Jan 2010 07:53:56 -0800 (PST)
The following commit has been merged in the master branch:
commit ad48e6fb1f8749a059696612ad503aea28c4707d
Author: Asanka Herath <asanka@secure-endpoints.com>
Date: Fri Jan 15 15:39:12 2010 -0500
Windows: Query the MTU value from the registry
The syscfg_GetIFInfo() call uses the interface info returned by
GetAdaptersAddresses(). Also manually query the MTU value in the
registry for any interfaces bound to the same adapter and use the
smallest such MTU as the value returned by syscfg_GetIFInfo().
Change-Id: I8a1d487b51f6674ff6ebbf6b1f20d37b1e278279
Reviewed-on: http://gerrit.openafs.org/1105
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsreg/syscfg.c | 113 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 107 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository