1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
RetroArch/network
Gregor Richards cd281d5757 Reverse catch-up, i.e., server-demanded stalling
Previously, if two clients were connected to the same server and one of
them was ahead of the server, the only way to rectify that situation was
for the client to get so far ahead that it stalled, as the server could
only catch up with an ahead client if all clients were ahead. That's
unrealistic. This gives the server the alternate option of demanding
that a client stall. This keeps things nicely in line even with >2
players.
2016-12-24 15:25:03 -05:00
..
httpserver Cleanups 2016-09-12 18:18:20 +02:00
netplay Reverse catch-up, i.e., server-demanded stalling 2016-12-24 15:25:03 -05:00
net_http_special.c update copyright 2016-10-27 11:47:10 -04:00
net_http_special.h Move libretro.h headers to libretro-common/include 2016-05-10 19:03:53 +02:00
net_logger.c Move netplay code to network/netplay dir 2016-05-19 11:46:54 +02:00