home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / tcpip / ibmpc / 6370 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  948 b 

  1. Path: sparky!uunet!think.com!ames!agate!ucbvax!FTP.COM!jbvb
  2. From: jbvb@FTP.COM ("James B. Van Bokkelen")
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Packet driver reentrancy
  5. Message-ID: <9211171706.AA01110@ftp.com>
  6. Date: 17 Nov 92 17:06:05 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: jbvb@ftp.com
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 18
  12.  
  13.  
  14.     Are packet drivers supposed to be reentrant ?
  15.  
  16. They can be, but maybe not in the way you hope for.
  17.     
  18.     In particular, is is guaranteed to be safe to call a p.d's send routine
  19.     whilst executing in a receiver upcall ?
  20.  
  21. You can call send_pkt(), and it should not crash, but it is allowed to fail
  22. and not send the packet.
  23.     
  24.     The FTP specification I've got doesnt seem to say anything on this.
  25.  
  26. 1.10 will, if the PPP stuff ever settles down.
  27.  
  28. James B. VanBokkelen        2 High St., North Andover, MA  01845
  29. FTP Software Inc.        voice: (508) 685-4000  fax: (508) 794-4488
  30.  
  31.