X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=input.h;h=a00113da80250100fa7917d0ec5c62d8c93fdf2f;hb=2a2689e25c5906f66c5154803aae1d705dbf33af;hp=f13975524ebf3fb5f7cd11fbfc4595cf35839554;hpb=bd694fdd3dd1417399aecead2c8b91fc4fe95ce8;p=cubemap diff --git a/input.h b/input.h index f139755..a00113d 100644 --- a/input.h +++ b/input.h @@ -32,7 +32,10 @@ struct InputStats { // Not reset across connections. size_t data_bytes_received; - // TODO: Number of loss events and connection time might both be useful, + // When the current connection was initiated. -1 if we are not currently connected. + time_t connect_time; + + // TODO: Number of loss events might both be useful, // similar to for clients. Also, per-connection byte counters. };