X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/018edc99782b4a466ef540cad4fc662374e0e3ff..81bc9de9ded5dea5d766866429a965e03fdb367b:/cluster.c diff --git a/cluster.c b/cluster.c index 8175119..549edfd 100644 --- a/cluster.c +++ b/cluster.c @@ -1,6 +1,6 @@ // L2TPNS Clustering Stuff -char const *cvs_id_cluster = "$Id: cluster.c,v 1.33 2005/04/01 08:55:29 bodea Exp $"; +char const *cvs_id_cluster = "$Id: cluster.c,v 1.34 2005/05/02 09:06:05 bodea Exp $"; #include #include @@ -1037,7 +1037,9 @@ static int cluster_handle_bytes(char *data, int size) session[b->sid].cin += b->in; session[b->sid].cout += b->out; - session[b->sid].last_packet = time_now; // Reset idle timer! + + if (b->in) + session[b->sid].last_packet = time_now; // Reset idle timer! size -= sizeof(*b); ++b;