]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-rx-send-error-code-propagation-20050915
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 16 Sep 2005 03:28:50 +0000 (03:28 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 16 Sep 2005 03:28:50 +0000 (03:28 +0000)
commit35bbe6c9524061bc8a7a184b257bc875d189e009
treea637de0afb77d59af3ac0c3640b5a07c6883d49d
parent3f02d0f4be9fbfbd02163b8b04a1f4db6697bd0d
STABLE14-rx-send-error-code-propagation-20050915

* 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.

(cherry picked from commit 9ac9185b0feb87eff820963f83a6c861c49bdab5)
src/rx/rx.c
src/rx/rx_clock_nt.c
src/rx/rx_getaddr.c
src/rx/rx_globals.h
src/rx/rx_kcommon.c
src/rx/rx_packet.c
src/rx/rx_pthread.c
src/rx/rx_xmit_nt.c