Fix latency calculation for shared connections
authorFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:11:19 +0000 (18:11 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:11:19 +0000 (18:11 +0000)
commitdfd63736cecd1978cdeff5fee19d78ad872053c2
tree6776da794eb4edde32942c6df9275d0334351048
parentde90c1c695fe3740c965bd875beb53984a9fe87a
Fix latency calculation for shared connections

It has been broken since I committed it with 1.57 in 2009.

The calculated latency for most connections would be 0 due to
remember_connection() always putting the timestamps in the
first slot. Oops.
gateway.c