Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A Dnetwork_star_spoke.cpp593 int theSmallestQueueSpace = INT_MAX; in spoke_received_game_data_packet_v1() local
615 if(theQueueSpace < theSmallestQueueSpace) in spoke_received_game_data_packet_v1()
616 theSmallestQueueSpace = theQueueSpace; in spoke_received_game_data_packet_v1()
619 logDumpNMT("%d queue space available", theSmallestQueueSpace); in spoke_received_game_data_packet_v1()
628 if(theSmallestQueueSpace <= 0) in spoke_received_game_data_packet_v1()
713 theSmallestQueueSpace--; in spoke_received_game_data_packet_v1()