MiniTCP v0.12.4.27 (c)2011-2012 Mike Chambers
A TCP/IP library for C. Designed for 16-bit systems.
NOTE: This has only been tested to compile and work
correctly with Turbo C++ 1.01 and Turbo C++ 3.1! It
also requires TASM due to having some inline assembly.
I use TASM 2.02, but I would assume other 16-bit
TASM versions will work as well.
If you do not have a copy of Turbo C++, you can freely
download version 1.01. Borland released into the public
domain years ago.
You can download it from:
http://edn.embarcadero.com/article/21751
A programmer's reference manual in PDF format is
provided in the DOCS folder. It is a good idea to
check for an updated reference. The latest will always
be available here:
http://rubbermallet.org/MiniTCP_programmer_reference.pdf
-Mike
miker00lz@gmail.com