Home
last modified time | relevance | path

Searched refs:CLIENT_PACKET_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dhugod.c151 global_status.current_packet = SDLNet_AllocPacket (CLIENT_PACKET_SIZE); in serve_dispatch()
157 CLIENT_PACKET_SIZE); in serve_dispatch()
H A Dnetplay.h66 extern const int CLIENT_PACKET_SIZE;
H A Dnetplay.c62 const int CLIENT_PACKET_SIZE = 11; variable
H A Dosd_keyboard.c1703 outgoing_packet = SDLNet_AllocPacket (CLIENT_PACKET_SIZE); in osd_init_netplay()