[comp.sys.amiga] improved version of amigatcp now available

rminnich@udel.EDU (Ron Minnich) (03/11/88)

An improved version of amigatcp (including internet.device)
is now available. The following enhancements have been made:
1) IO to internet.device now causes a signal to be set. 
   So, instead of polling about once every second internet.device
   waits on the signal. Less load, lower latency, better response.
2) telnetp now uses Wait. Zero load when not in use unlike before.
   Also works in large blocks of data, rather than single-character
   stupid io as before. Code cleaned up but not done yet!
3) FTP now supports mput via a-dos style regular expressions. 
   Now THAT is nice. You can say: mput #?c #?h makefile s#?s

For all of you who want a tcp server on unix note that Karns'
code now runs on both BSD and SYS V and can all be run in USER MODE-
no kernel hacking needed! 
To do: ASLIP, round out device, and so on. But this is beta than 
nothing.

To get it:
ftp louie.udel.edu
user ftp, password something
binary
get amigatcp.Z (sources and binaries)
or just get
amigatcpbin.Z (binaries)


HAVE FUN!
ron
-- 
ron (rminnich@udel.edu)