From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Jones Subject: Re: UDP Out 0f Sequence Date: Wed, 20 Sep 2006 09:47:02 -0700 Message-ID: <45117086.6080406@hp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: "'netdev@vger.kernel.org'" Return-path: Received: from palrel11.hp.com ([156.153.255.246]:54158 "EHLO palrel11.hp.com") by vger.kernel.org with ESMTP id S1751880AbWITQrD (ORCPT ); Wed, 20 Sep 2006 12:47:03 -0400 To: "Majumder, Rajib" In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Majumder, Rajib wrote: > Hi, > > If I write UDP datagrams 1,2 and 3 to network and if the receiver > receives in order 2,1, and 3, where can the sequence get changed? Is it > at the source stack, network transit or destination stack? Yes. :) Although network transit is by far the most likely case. Destination stack is a distant second and source stack an even more distant third. Generally stack writers try to avoid having places in their stacks where things can reorder, but it isn't completely unknown. rick jones