I am currently sending a UDP packet using sf::Packet type for data transmission.
What would be the ideal logic for interpolating between the last two packets received position and the current one? So it will be based on the last three data packets?
At the moment all I have is a send and receive packet on both server and client respectively.