home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3834 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.4 KB

  1. Xref: sparky comp.protocols.tcp-ip:3834 comp.protocols.pcnet:54
  2. Newsgroups: comp.protocols.tcp-ip,comp.protocols.pcnet
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!mmm.serc.3m.com!pwcs!medtron!rh0083b
  4. From: rh0083b@medtronic.COM (Roger-Hunen)
  5. Subject: Re: Clemson University Packet Driver: I have one problem B-(.
  6. Message-ID: <1992Jul27.072637.12601@medtron.medtronic.com>
  7. Sender: news@medtron.medtronic.com (USENET News Administration)
  8. Nntp-Posting-Host: tin.pace.medtronic.com
  9. Organization: Medtronic, Inc.
  10. References: <AJOhJRg8RQ@ntc.togliatti.su>
  11. Date: Mon, 27 Jul 1992 07:26:37 GMT
  12. Lines: 19
  13.  
  14. In article <AJOhJRg8RQ@ntc.togliatti.su> saty@ntc.togliatti.su writes:
  15. >I write some application ( TSR type ) based on Packet Driver
  16. >( Clemson University Engineering Comp Ops Version 9) and I have
  17. >one tragic problem. I can not send ethernet packets while
  18. >my receive handle works. How can I do it correctly?
  19. >My ethernet card is 3C505.
  20.  
  21. I suppose that you try to send a packet while you are in the receiver
  22. (called by the packet driver)? Well, I vaguely remember a statement from
  23. Russ Nelson that this may not work with 1.09 compliant drivers. The spec
  24. does not say anything about this, but the general consensus is that it is
  25. bad practice.
  26.  
  27. What you could do is to have the response packet sent at the next timer
  28. interrupt.
  29.  
  30. Regards,
  31. -Roger
  32.  
  33.