From shinyclaw at op.pl Tue Apr 10 15:28:37 2018 From: shinyclaw at op.pl (shinyclaw) Date: Tue, 10 Apr 2018 17:28:37 +0200 Subject: [ENet-discuss] Different tickrate on server and client Message-ID: <217926594-ad068035c708fe274a15600898943ebf@pmq3v.m5r2.onet> Hi all, I have a server that is calling enet_host_service() at 10Hz and a client that is calling enet_host_service() at 60Hz. Now, in my understanding, the client must wait for the server to receive the packets. How exactly this is done? Are the packets flying from the client to the server and back until server does not accept them? Is this solution is ok regarding bandwidth usage? Thanks for any tips!