OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 15 Sep 2005 22:27:16 EDT


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/rx

Modified Files:
	rx.c rx_clock_nt.c rx_getaddr.c rx_globals.h rx_kcommon.c 
	rx_packet.c rx_pthread.c rx_xmit_nt.c 
Log Message:
DELTA rx-send-error-code-propagation-20050915
AUTHOR jaltman@secure-endpoints.com

* add a version of rxi_DebugPrint for Windows that uses OutputDebugString

* migrate all printf statements to the dpf macro 

* stop masking the errors from rx_sendmsg() so that higher level functions
  can make decisions based upon the failure.  

* Windows reports EHOSTUNREACHABLE.  Similar to Linux, if it is reported
  reset the send packet start time to 0 in order to immediately cause the
  server to be marked down.



--- DELTA config follows ---
rx-send-error-code-propagation-20050915 openafs/src/rx/rx.c 1.88 1.89
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_clock_nt.c 1.10 1.11
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_getaddr.c 1.20 1.21
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_globals.h 1.18 1.19
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_kcommon.c 1.49 1.50
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_packet.c 1.51 1.52
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_pthread.c 1.22 1.23
rx-send-error-code-propagation-20050915 openafs/src/rx/rx_xmit_nt.c 1.8 1.9