Date: Thu, 7 Mar 1996 10:10:48 +0800 (GMT+0800) From: "Orlando A. Andico" To: DJGPP Mailing List cc: Michael Leodolter Subject: TCPLIB Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello all: I would want to know if anyone knows where to get docs on WATTCP and/or Michael's mods as I'm not very familiar with the nonblocking I/O model. I've figured out that a better way to use the library, without mucking with , is to use send()/recv() instead of read()/write(). Anyway, are there any special caveats which must be observed when using TCPLIB? a program I wrote in a Unix environment compiled correctly, (even with -Wall -- no warnings) under DJGPP v2 and TCPLIB-DJ200, but it doesn't respond at all to connection requests. Am I missing something? ------------------------ Orlando A. Andico oandico AT eee DOT upd DOT edu DOT ph ------------------------