home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15457 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!darkstar.UCSC.EDU!cats.ucsc.edu!shandon
  2. From: shandon@cats.ucsc.edu (Timothy Daniel Kolar)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: ATP problem
  5. Date: 14 Sep 1992 21:14:26 GMT
  6. Organization: University of California, Santa Cruz
  7. Lines: 26
  8. Distribution: world
  9. Message-ID: <192vbiINNeds@darkstar.UCSC.EDU>
  10. NNTP-Posting-Host: catstest-clusrv.ucsc.edu
  11. Keywords: question, appletalk
  12.  
  13. I'm having difficulty with ATPSndRequest...specifically the call always times
  14. out.  It leaves the correct incoming data in the response BDS, so I'm pretty
  15. sure that the call simply isn't detecting that it is complete.
  16.  
  17. This is puzzling to me, as 
  18.  
  19.     a) I set atpNumBufs to 1, and it is clearly getting back at least one
  20.         datagram.
  21.  
  22.     b) I set atpEOM on the ATPSndRsp end explicitly to true.
  23.  
  24.     c) I interecepted and decoded the return appletalk packet and it seems
  25.         to have the atpEOM bit set correctly
  26.  
  27. This morning I rewrote the section of code to use the preferred calls rather
  28. than the alternate ones and it behaves the same way.  I'm stumped.
  29.  
  30. I'm hoping someone out there can make suggestions for things that I can try,
  31. or will recognize the symptoms straight out.  Anyone?
  32.  
  33. Thanks in advance,
  34.  
  35. Tim Kolar
  36. (mediocre Mac programmer)
  37.  
  38.  
  39.