On Sun, Jun 17, 2001 at 08:17:27PM +0200, Pavel Machek wrote: > > 2. There is a flaw in the TCP protocol itself that is extremely unlikely > > to bite people but can in theory cause wrong data in some unusual > > circumstances that Ian Heavans found and has yet to be fixed by > > the keepers of the protocol. Bit offtopic. Is there any logical reason why if, given fd is a connected, AF_INET, SOCK_STREAM socket, and one does a write(fd, buffer, len); close(fd); to the peer, over a rather slow network (read modem, satelite link, etc), the data gets lost (the remote receives the disconnect before the last packet). According to socket(7), even if SO_LINGER is not set, the data is flushed in the background. Is it Linux or TCP specific? Or some obvious techincal detail I'm missing? Thanks, Dan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: Client receives TCP packets but does not... Albert D. Cahalan
- Re: Client receives TCP packets but does... Robert Kleemann
- Re: Client receives TCP packets but does... Mike Black
- Re: Client receives TCP packets but does not ACK Robert Kleemann
- Re: Client receives TCP packets but does not ACK Robert Kleemann
- Re: Client receives TCP packets but does not ACK Andi Kleen
- Re: Client receives TCP packets but does not ACK Robert Kleemann
- RE: Client receives TCP packets but does not ACK Heusden, Folkert van
- Re: Client receives TCP packets but does not ACK Mike Black
- Re: Client receives TCP packets but does not... Alan Cox
- Re: Client receives TCP packets but does... Dan Podeanu
- Re: Client receives TCP packets but ... Dan Podeanu
- Re: Client receives TCP packets but ... dean gaudet
- Re: Client receives TCP packets but does not... Gérard Roudier
- Re: Client receives TCP packets but does not ACK Jan Hudec
- Re: Client receives TCP packets but does not... dean gaudet
- Re: Client receives TCP packets but does... Jonathan Morton
- Re: Client receives TCP packets but ... dean gaudet
- Re: Client receives TCP packets... Jonathan Morton
- Re: Client receives TCP pac... dean gaudet
- RE: Client receives TCP packets but does not... David Schwartz