home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4841 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.7 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!spool.mu.edu!hri.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!bjaspan
  2. From: bjaspan@athena.mit.edu (Barry Jaspan)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: OS/2 TCP/IP socket programming library for GNU/2
  5. Message-ID: <1992Sep9.162844.1125@athena.mit.edu>
  6. Date: 9 Sep 92 16:28:44 GMT
  7. References: <pclank01.715981011@starbase.spd.louisville.edu>
  8. Sender: news@athena.mit.edu (News system)
  9. Organization: Massachusetts Institute of Technology
  10. Lines: 25
  11. Nntp-Posting-Host: portnoy.mit.edu
  12.  
  13. In article <pclank01.715981011@starbase.spd.louisville.edu>, pclank01@rigel.spd.louisville.edu (Pat C. Lankswert) writes:
  14. |> What is the status of the programming library for TCP/IP sockets
  15. |> with the IBM TCP/IP package?
  16.  
  17. I haven't been able to work on it recently.
  18.  
  19. When I last touched it, I had the basic socket functions (socket, connect,
  20. bind, accept, listen, recv, recvfrom, send, sendto, close) and a few netdb
  21. functions (gethostby{name,addr}) working.  In this case, "working" means I
  22. could compile a program with gcc and link it with my tcp32.dll and everything
  23. would work.
  24.  
  25. I also began integrating my socket library into gcc/2's C library, so that
  26. read(), write(), and close() will work on stream sockets.  This also seemed to
  27. work, but certainly wasn't complete.
  28.  
  29. I do not guarantee that the approach I am using will work in all cases; my
  30. simple test program works but that doesn't really prove anything.
  31.  
  32. I will try to get some kind of release together soon.  I realize that a lot of
  33. people want this thing and that I've been promising it for a while.  I think I
  34. have just about used up my excuse of personal problems.. :-)
  35.  
  36. -- 
  37. Barry Jaspan, bjaspan@mit.edu
  38.