Path: utzoo!utgpu!watserv1!watmath!att!ucbvax!FTP.COM!fks From: fks@FTP.COM (Frances Selkirk) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: HELP: PC/TCP over NDIS Message-ID: <9102281548.AA29314@ftp.com> Date: 28 Feb 91 15:48:32 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 16 An NDIS driver sorts packets between stacks by offering them to the stacks in turn. When a stack takes the packet, that's it. The packet is gone. Running two TCP/IP stacks over an NDIS driver will always create some problems, as some packets, intended for both stacks, will only reach one. Still more lossage will be caused by one stack erroneously accepting packets intended for the other. With two stacks of the same type and the same IP address, identifying packets is a problem. The usual result of this is that the stack loaded last gets all the packets. Frances Kirk Selkirk info@ftp.com (617) 246-0900 FTP Software, Inc. 26 Princess Street, Wakefield, MA 01880 (Queries about FTP Software's products can be sent to info@ftp.com.)