April 2000
This is a version of library(tcp) with several fixes to make it work
on Windows.

Replace the quintus\IPC\TCP directory with the contents of this
directory.

Notes:

. tcp_select (i.e. 'QP_select') is not interruptible by CTRL-C. For
  this reason calling tcp_select with infinite timeout is probably a
  bad idea. If called with infinite timoeut and if there are no open
  sockets then QP_select (and thus tcp_select) will return immediately
  indicating a timeout.

. Even with a finite timeout value but no open sockets QP_select (and thus
  tcp_select) will return immediately indicating a timeout.
  
. tcp_watch_user is not supported on windows.

. tcp_address_from_shell is not supported on windows.

qpsupport@sics.se
