Lines Matching refs:socket
7 the related socket API (BSD compatible). It wraps also OpenSSL to create secure client/server socke…
29 a socket or by providing a callable object that does nothing with the string message.
52 ASocket::Socket ConnectedClient; // socket of the connected client, we can have a vector of them fo…
53 …locking call, should return true if the accept is OK, ConnectedClient should also be a valid socket
104 A client socket can be polled to ensure that a receive operation won't block indefinitely if a time…
116 // client socket managed by a server
139 The client socket to provide to the Listen method of an CTCPSSLServer is of type ASecureSocket::SSL…
209 …ll need, later, to place in the same directory as the binary file that used the socket-cpp library.
213 In "Where is the source code", put the socket-cpp path (e.g. C:/Users/Amine/Documents/Work/PROJECTS…
215 …ou want to build the project (e.g. C:/Users/Amine/Documents/Work/PROJECTS/GitHub/socket-cpp/build).
219 …is entry : TEST_INI_FILE : C:/Users/Amine/Documents/Work/PROJECTS/GitHub/socket-cpp/my_test_conf.i…
227 …e found under C:\Users\Amine\Documents\Work\PROJECTS\GitHub\socket-cpp\build\lib\Release\socket.lib
229 After building a program using "socket.lib", do not forget to copy OpenSSL DLLs in the directory wh…
295 socket API in the test program.