> > TCP is NOT a guaranteed protocol -- you can't just blast data from one > port > > to another and expect it to work. > > Isn't it? Are you really sure about that? I thought UDP was the > not-guaranteed-one and TCP was the one guaranting that all data reaches the > other end in order and all. Please enlighten me. It's "hlaf guaranteed." It guarantees, that if data are delivered to the reciever, all data sent before already arived and in correct order. But it's not guaranteed that data succesuly writen on 1 end actualy arived unless the connection was correctly shutdown and closed. Btw: can the aplication somehow ask the tcp/ip stack what was actualy acked? (ie. how many bytes were acked). -------------------------------------------------------------------------------- - Jan Hudec `Bulb' <[EMAIL PROTECTED]> - 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 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
- Re: Client receives TCP packets but does not ACK Alan Cox
- Re: Client receives TCP packets but does not ACK Andi Kleen
- Re: Client receives TCP packets but does not ACK Nivedita Singhvi