0 Members and 1 Guest are viewing this topic.
Socket::Status sf::SocketTCP::Accept ( SocketTCP & Connected, IPAddress * Address = NULL ) Wait for a connection (must be listening to a port). This function will block if the socket is blockingParameters: Connected : Socket containing the connection with the connected client Address : Pointer to an address to fill with client infos (NULL by default)Returns:Status code This function will block if the socket is blocking Definition at line 195 of file SocketTCP.cpp.