home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / ibmpc / 7395 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.3 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!ucbvax!FTP.COM!jbvb
  2. From: jbvb@FTP.COM ("James B. Van Bokkelen")
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: ODI information requested.
  5. Message-ID: <9301121728.AA20358@ftp.com>
  6. Date: 12 Jan 93 17:28:23 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: jbvb@ftp.com
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 19
  12.  
  13.  
  14.     I know that ODI and the Packet driver Spec. both support many protocols
  15.     but can you load up 2 protocol applications onto a particular Frame type
  16.     and protocol using ODI like when you use pktmux?  For instance is it
  17.     possible to load up two TCP/IP stacks on Ethernet II frame type and
  18.     send/receive from both applications?
  19.  
  20. It is impossible to guarantee complete co-existence of two different
  21. IP protocol stacks using a single IP address over a link-layer API
  22. like ODI or the PDS.  PKTMUX tries hard, but it would need more
  23. information than it can obtain to support all TCP/IP functions.
  24. As it happens, ODI and PDS both explicitly register packet types, so
  25. you'll get an error if you try to register a type twice.  NDIS doesn't
  26. explicitly register types, but it still doesn't guarantee that it can
  27. deliver the same packet to two different stacks.
  28.  
  29. James B. VanBokkelen        2 High St., North Andover, MA  01845
  30. FTP Software Inc.        voice: (508) 685-4000  fax: (508) 794-4488
  31.  
  32.