]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: better handle RX_MSGSIZE errors
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 24 Aug 2010 20:42:57 +0000 (16:42 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 8 Sep 2010 03:45:28 +0000 (20:45 -0700)
commit0ed1eca089eb965d4416dcb5f26b97d082e66786
treed01833f2b24900ef538124bfc64c9f275b07dfab
parent5010d19abc4eb35434dbf4918105daf43a8c4e67
Windows: better handle RX_MSGSIZE errors

An RX_MSGSIZE error is returned by the new PMTU detection
code.  It is critical that such an error result in a retry of
the operation that failed.  Otherwise, the PMTU detection can't
work and the server will be marked down.

Secondly, it is important that such errors not leak to the
application layer.  Map them to CM_ERROR_RETRY in all cases.

LICENSE MIT

Change-Id: I966fe259080bd31ec60fdb6715f54e18e190c790
Reviewed-on: http://gerrit.openafs.org/2656
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit b11ff643b5665ec252ca96dc19af1446fb72481f)
Reviewed-on: http://gerrit.openafs.org/2703
src/WINNT/afsd/cm_conn.c
src/WINNT/afsd/cm_utils.c