Страница 1 из 1

TCP/IP stack sininenankka

Добавлено: Пт дек 20, 2024 3:13 pm
Turboblack
сервер под MS DOS для самых слабых машин, более компактный и легкий чем популярный mTCP от brutman.com

http://sininenankka.dy.fi/~sami/fdshell/network.php

Features:

DHCP
TCP and UDP sockets
IP version 4 (IPv6 not currently supported)
ARP
Congestion control
TSR program
Completely interrupt-driven
Uses asynchronic transmits if the packet driver supports it


System requirements:


8088 or better CPU
Ethernet networking adapter or a SLIP/PLIP packet driver
35 kB of free drive space
Consumes ~40 kB of memory when resident in memory



How to use this with lEEt/OS:

1. Load a packet driver. The packet driver must use software interrupt 0x60.
2. Run NETINST.COM from the LEETOS/ folder on the install disk.
3. Done!

You can move the TCPIP.APP and TCPSERV.APP binaries to the STARTUP/ directory to automate the steps 4 and 5.

How to use this with DOS:

Run TCP.EXE. The TCP/IP stack is now usable to the DOS programs.