X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FConnection.hpp;h=bb0d791a9c5ce898eca36b35d297ec937a3b7510;hb=7c9675c5678f94bfbdf96e55f2865c53bd42fe7e;hp=ed7a946aab01d2296123f9f68229d46a2b9b4b48;hpb=37e056bafe9603981d6bcb205e1472e063c94700;p=blank.git diff --git a/src/net/Connection.hpp b/src/net/Connection.hpp index ed7a946..bb0d791 100644 --- a/src/net/Connection.hpp +++ b/src/net/Connection.hpp @@ -46,8 +46,8 @@ private: private: ConnectionHandler *handler; IPaddress addr; - IntervalTimer send_timer; - IntervalTimer recv_timer; + CoarseTimer send_timer; + CoarseTimer recv_timer; Packet::TControl ctrl_out; Packet::TControl ctrl_in;