From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 303093B2A4 for ; Tue, 4 Dec 2018 09:39:48 -0500 (EST) Received: by mail-qt1-x834.google.com with SMTP id k12so18215931qtf.7 for ; Tue, 04 Dec 2018 06:39:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=7fdyCH8zK5iYYu+lVJCuFCoxrFsClCGZA8GB8Z7s2yk=; b=qMhxuL96VPKzsBMiwCiVa9MWZH+FoHYRaTazDyNUKVXA6t/afa2KkWHpw23ZWphZEJ uZP9VMricUNE1aI+6esjrrEvkD0SZtT0qCH1Xy6SmdAOaHPjm1VjRF/1wjM+NH9hVIyu 48VBAEAzuxRP7esA3OEX6l6cd2AEVEu5nsA3v6vZdo5A6tJIazEoeBetNGRtcRrcyrRj rq/FKKz8tWiOBXo2vHynivbBAHDxOTLBqPYTLkZdyJ+RkAaOaE75YX9ojKmu3AWphdWN Z3FjxzX1XIokRHiMBeAcTqERphqGyzoo4/FSkdWf2dJv/WlrKOY0+jjyHKZfmMHzZMVR Yxgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=7fdyCH8zK5iYYu+lVJCuFCoxrFsClCGZA8GB8Z7s2yk=; b=ILf7/Tnbdo72DMGv/sAJ2XhIhGAV8GcigGyneTKeI+phOK0M2+ClktPQWGUJyx9Wy+ CddqCLGvyoHKAJHpr3Eai2tq459fw5VxjIhdczTAE61Os7S2Ij4590TwUPRz3MPfWzNP IuSaBBWI81G0uTORcaaxb3Pgu5bYjc4CjDzL9kLjYEX7OI9wfBFuSOZ4MhHoBd4ruYML VN3HCVHPf/XKCCFZm3HcXz4haTxjrGycRdggiGewYyIEbGt0231L4edNJ0WPB4R+eq8o Bx0DgiY0t4BO0uWSLScJNDOHi7O0Mwuvh8/E4mC7QfDOiBiErxw+vW1sxaDTYajVD9HJ v1Qw== X-Gm-Message-State: AA+aEWYnmmVaZudHxKaqDP9iDoK5LCb9ubUbV6QmWriBXKhJD2RDMGCp Pu7SGtgWn3cy6r4CLz1e4bokWgMWCiaQBbx2l9E= X-Google-Smtp-Source: AFSGD/WD0qjIYmHJ7MuJ4lY25CvFHUN3FWssgL4qmfDz9mVWcHkj175EYVaGtmDl188XJElUmq36vr2SynnwlYy5iaQ= X-Received: by 2002:a0c:a402:: with SMTP id w2mr20433589qvw.129.1543934387551; Tue, 04 Dec 2018 06:39:47 -0800 (PST) MIME-Version: 1.0 References: <87va4nzsn4.fsf@taht.net> <6578A0D1-FF6A-474E-A6D5-98185F98CB45@gmail.com> <08381337-F99A-46D1-87AF-B0F71A8753BC@gmail.com> In-Reply-To: From: Dave Taht Date: Tue, 4 Dec 2018 06:39:38 -0800 Message-ID: To: Jendaipou Palmei Cc: Jonathan Morton , =?UTF-8?Q?Dave_T=C3=A4ht?= , Cake List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] COBALT implementation in ns-3 with results under different traffic scenarios X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:39:48 -0000 y'all are well on your way towards writing a paper on this topic. Need collaborators? On Tue, Dec 4, 2018 at 2:32 AM Jendaipou Palmei wrote: > > Hello Jonathan, > > Thanks for the quick reply. > > We have uploaded the plots for the 'count' variable of COBALT (with a seg= ment size of 1500 and 1000 bytes). > > Link: https://github.com/Daipu/COBALT/wiki/Cobalt-Drop-Count > > We have not yet implemented ECN feature in COBALT, so packets are current= ly dropped instead of being marked. > > Are these the plots that you were referring to? > > Thanks and Regards > Jendaipou Palmei > Shefali Gupta > > On Fri, Nov 30, 2018 at 5:28 PM Jonathan Morton w= rote: >> >> > On 30 Nov, 2018, at 1:53 pm, Jendaipou Palmei wrote: >> > >> > However, we finally noticed that it was the packet size used in our si= mulations that was affecting the throughput. It was earlier set to 1000 byt= es, and after making it 1500 bytes (including headers) we note that the thr= oughput is not affected. >> > >> > We have uploaded the new graphs on the same wiki link: >> > https://github.com/Daipu/COBALT/wiki/Light-Traffic >> > >> > We're not sure why packet size is affecting the throughput so largely.= Is it the expected behavior? >> >> That particular effect is probably accidental. >> >> Is it possible to also show graphs of the packet marking (or dropping) r= ate? That may be revealing. >> >> - Jonathan Morton >> --=20 Dave T=C3=A4ht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-205-9740