My current sessionMode is GKSessionModeServer. If I'm on a client and I do the following:
[mySession sendDataToAllPeers:packet withDataMode:GKSendDataReliable error:nil];
Will that send data to every peer in the server or just to the server itself. Sorry for asking a simple question, but I only have 2 devices to test with.