Date: Sun, 25 Jun 1995 19:52:19 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu, georg AT axon Subject: Re: djgpp and TCP/IP (II) > I would be very glad if anybody could give me some hint on > a TCP/IP library (sockets a.s.o.) working with DJGPP. From the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP): 22.2 Q: Where can I find an example of XXXX / a package doing YYYY ? A: Stephen Turnbull has compiled a list of publicly available packages related to DJGPP, based on the DJGPP mailing list traffic. the list is still under construction (Steve says that many pointers have not been followed up to get host and directory references right), so this list must be taken with a grain of salt. here is the URL: http://turnbull.sk.tsukuba.ac.jp/public-ftp/ djgpp/doc/documentation.list.html Here is a short list of places you might look into for examples of frequently needed code fragments, or for packages people keep asking about: [snip] * Network support libraries: - get the file tcplib.zip from omnigate.clarkson.edu, directory /pub/msdos/djgpp/pub. It provides TCP/IP sockets interface.