Track Exponential moving average of response times for
authoraland <aland>
Sun, 22 Jun 2008 09:07:38 +0000 (09:07 +0000)
committeraland <aland>
Sun, 22 Jun 2008 09:07:38 +0000 (09:07 +0000)
commit74c2308f1720c41401f2f9966669cf56aca3fe57
tree1f5f86c45efa6596b9639eccd25b084f77fb4cae
parent3c45fec6e1441f41d83aab8ff811f6d97b2a555b
Track Exponential moving average of response times for
home servers.

For some reason in debug mode, the "window" times are MUCH
large than the "10 x window" times after 1k packets.  And
occasionally it seems to think that the response time is 2s,
but again only in debug mode
src/include/realms.h
src/include/stats.h
src/main/event.c
src/main/realms.c
src/main/stats.c