tcp/src/POSIX/TCPHack.i3


Copyright (C) 1994, Digital Equipment Corp.
Created on Sat Jan 11 15:49:00 PST 1992 by wobber

INTERFACE TCPHack;

PROCEDURE RefetchError(fd: INTEGER): BOOLEAN;
  (* Awful hack to retrieve a meaningful error from a TCP accept
     socket.  Only works on Ultrix and OSF.  Leaves result
     in Cerrno.errno.  Returns "TRUE" if and only if it might
     possibly have succeeded. *)

END TCPHack.

TCPHack's implementation is in:


procedure TCPHack.RefetchError is in: