Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!usenet From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: Recent Dev. of PC/IP Message-ID: <1991Feb28.151252.15858@ux1.cso.uiuc.edu> Date: 28 Feb 91 03:58:50 GMT References: <1991Feb28.035850.11625@usenet.ins.cwru.edu> <302@johnson.jvnc.net> <1991Feb23.170339.2144@usenet.ins.cwru.edu> <1991Feb27.161240@curly.Viewlogic.COM> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 26 In article <1991Feb28.035850.11625@usenet.ins.cwru.edu> trier@cwlim.INS.CWRU.Edu (Stephen C. Trier) writes: >alan@curly.Viewlogic.COM (Alan Medsker) writes, in reference to Harvard PC/IP: >>Where, pray tell, might I be able to FTP this from? > >husc6.harvard.edu, I believe. (Someone please correct me if I'm wrong.) No correction needed, that is correct. >This package isn't a cure-all for PC/IP woes, but it is good. (The code's >clean, too!) > Not true!!!!!!!! And believe me, I know - I based my recently announced Snuz on this. This stuff contains tons of unportable assumptions (i.e. sizeof int == sizeof char * == 2) (much of it totally unrelated to the clearly machine-dependent interrupt stuff). It also has things passed as ints from one module to another module that expects a char *. The proper header files are frequently left out. The documentation is poor. Doug McDonald