home *** CD-ROM | disk | FTP | other *** search
- Trumpet TCPDRV version 2.01
- ---------------------------
-
- This is the Trumpet TCP driver. It provides a standard binary interface to
- host of tcp applications.
-
- The commands for TCPDRV.EXE are :
-
- tcpdrv [ <my-ip> ] [ <no. TCPs> ] [ <no. UDPs> ] [ <no. IPs> ] { -<option> }
-
- <options> are
-
- -u unload
- -c close(kill) all TCP connections
- -s status
- -k <n> kill a specified connection
- -d debug (use with caution since it is a TSR)
- -dbfile=name debug file for debug (use with caution)
- -debug={a|e|i|r|t|u|+} alternative debug options (use with caution)
- -vec=xx tcpdrv interrupt vector in hex (60-7F)
- (default=search)
- -ip=addr (my ip address) or bootp, rarp
- -netmask=addr e.g. 255.255.255.0
- -gateway=addr
- -dns-host=addr Domain name server
- -dns synonym for above
- -time-host=addr time server
- -time synonym for the above
- -mss=n tcp maximum segment size (1024 maximum)
- -rwin=n tcp receive window (4096 maximum)
- -domain your domain suffix list separated by commas
-
- e.g.
-
- tcpdrv loads with 4 TCP sessions,
- 3 UDP and 1 raw IP
- use BOOTP
-
- tcpdrv rarp 2 1 0 use rarp 2 TCP, 1 UDP, 0 IP
-
- tcpdrv -u unload TCPDRV
-
- tcpdrv -s status report of TCP connections
-
- tcpdrv -ip=131.217.35.100 -netmask=255.255.0.0 -gateway=131.217.250.1
-
- start with specific address
-
-
- The driver is experimental at the moment, and more optional features
- will be added as required.
-
- Once the driver has successfully loaded, you can use any other
- applications as needed.
-
- Applications
- ------------
-
- archie2.exe Archie client
- finger2.exe Finger client
- ftp2.exe ftp client
- hopchk2.exe hop check client (trace route)
- ichat2.exe peer to peer internet chat client (uses port 2048)
- (not an IRC client)
- ping2.exe ping client
- status.exe provide a tcp status screen (used with windows)
- tel2.exe dumb telnet client
- whois2.exe whois client (speaks to nic.ddn.mil)
-
- Also available (not in this .zip file)
- --------------
-
- newsabi.exe the latest version of Trumpet
- ircabi.exe the latest version of IRC client
-
- Bugs
- ----
-
- Problems with output if running debug mode to more than one
- task (under windows).
- IP fragmentation not supported in send or receive.
-
-
- Other Notes
- -----------
-
- This product will eventually become shareware. If you would like to write
- an application which uses this tcp, the specification of Trumpet ABI is
- available by e-mailing
-
- peter@psychnet.psychol.utas.edu.au
-