[3124] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Re: Linux TCP/IP wedges talking to DG AViiON

daemon@ATHENA.MIT.EDU (Kris Karas)
Wed Jun 5 20:08:23 1996

Date: 	Wed, 05 Jun 1996 19:00:56 -0400
From: Kris Karas <ktk@bih.harvard.edu>
To: Thomas.Koenig@ciw.uni-karlsruhe.de
CC: linux-net@vger.rutgers.edu

Thomas Koenig wrote:
> In linux.dev.net, Kris Karas <ktk@ktk.bih.harvard.edu> wrote:
> >14:16:41.113796 AViiON.smtp > Linux.1105: . ack 8299 win 963
> Somehow, the AViiON isn't getting that package.
> What does a dump look like on the AViiON side?

The AViiON gets the same packets alright; it's just that it's
interpretation of the TCP/IP spec is that if it sends an ack for
sequence number X, then the transmitting host will eventually send a
packet *beginning* with sequence number X (rather than linux's
interpretation, which is to send a packet *containing* sequence number
X).  Ideally, the AViiON should extract whatever bytes in a packet it
can use, regardless of where in the sequence the packet starts; also
ideally, Linux should send a new packet whose sequence starts at the
last ack received, reducing duplication of bytes sent over the net
(which may have a performance win for slow serial links).

-- 
Kris Karas | ktk@bih.harvard.edu | http://ktk.bih.harvard.edu/~ktk/
AMA 463814 | RF900RR HawkGT !car | Will design LISP machines for food.
AMACCS 274 | PGP Available       | *disclaimer* -> "I barely speak for
DoD   1236 |                     | myself, much less anybody else."


home help back first fref pref prev next nref lref last post