On Wed, 2009-12-02 at 16:53 -0500, Karl Fogel wrote: > Maris Fogels <[email protected]> writes: > > Here is the full text: > > Thank you, Maris! > > So there's no way to do it for just *.launchpad.net? (Hmm, makes me > want to write a browser plugin... :-) )
To test being in Australia with live launchpad, do this:
ping www.launchpad.net, and get the time component.
You need to end up with 330ms rtt latency to simulate my house ( I have
330ms latency to lp)
so:
DELAY=330ms - pingtime
IFACE=wlan0
sudo tc qdisc add dev $IFACE root netem delay ${DELAY}ms
(on real interfaces the return traffic isn't delayed at all, so we have
to do it all on the outbound end).
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

