Andrew: The block of code in rx.c that is at question is:
if (call->lastSendData && idleDeadTime && (conn->idleDeadErr != 0)
&& ((call->lastSendData + idleDeadTime) < now)) {
if (call->state == RX_STATE_ACTIVE) {
cerror = conn->idleDeadErr;
goto mtuout;
}
}
when conn->idleDeadErr is set to RX_CALL_DEAD in afs/afs_conn.c:
rx_SetServerConnIdleDeadErr(tc->id, RX_CALL_DEAD);
Please take a look at 6128.
Jeffrey Altman
signature.asc
Description: OpenPGP digital signature
