X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: AYeryomin AT excelsior-usa DOT com (Alex Yeryomin) Newsgroups: comp.os.msdos.djgpp Subject: Network libraries for DOS wanted (over NDIS driver directly) Date: 3 Oct 2003 07:07:26 -0700 Organization: http://groups.google.com Lines: 22 Message-ID: <96eb2770.0310030607.25c8e165@posting.google.com> NNTP-Posting-Host: 194.226.177.41 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1065190046 7955 127.0.0.1 (3 Oct 2003 14:07:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 3 Oct 2003 14:07:26 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello! Can anybody recommend me some network libraries for DJGPP/DOS except WATT-32 one? I have used WATT-32 library with pleasure, it's excelent but it is needed packet driver to work. Now I have not such driver, these is _only_ NDIS and NDIS2 driver for DOS. I successfully installed MS LAN client for DOS on this computer and now can access to network. But my program is written in DJGPP and I want to use this NDIS driver instead packet one somehow directly. Is it possible? Of cource, I found laying ("shim") driver that works over NDIS and looks like packet driver for WATT-32. But this sandwich works VERY slow (any data should be sent to WATT-32 then to "shim" then to NDIS driver then returned to back...), no more 600 kb/s on 100Mb network. It is critical path for my program. Is any another solution for this problem? Any ideas? Thank you, Alex