From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 15 Jun 2010 17:59:16 -0400 To: 9fans@9fans.net Message-ID: <349b2b2d1ca3a1aa6c9413eede0e9e60@ladd.quanstro.net> In-Reply-To: References: <7390b81f52bc8af2a1925fa45b039597@kw.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] Inducing artificial latency Topicbox-Message-UUID: 33e9a036-ead6-11e9-9d60-3106f5b1d025 > > the only trick will be getting the simulated ethernet to > > grab the real ethernet during setup. i imagine that you'll > > need something like > > ether0=type=fake > > fake=real=#l1/ether1 i=10 iσ=20 o=5 oσ=0 > > in plan9.ini > > > > - erik > > > > Could one write a filesystem server that is a passthrough to the ethernet > device instead, adding latency? Or is this really going to need to be a new > device? all the ethernet drivers are part of the same device, devether. you would need to write a new instance of the device, but there are just a few functions you need to implement. most will be passthrough to the real ethernet device. - erik