Changeset 42:bb2cefd4e9ff in vscpl for src/hu/varadiistvan
- Timestamp:
- 12/23/22 09:36:42 (23 months ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/io/TCPClientSocket.h
r40 r42 54 54 * Construct the client socket with the given address and port number. 55 55 * 56 * @param addr the address of the server socket56 * @param address the address of the server socket 57 57 * @param port the address of the server socket 58 58 * @param waiter the waiter to use for waiting a possible event … … 72 72 * Construct the client socket with the given address and port number. 73 73 * 74 * @param addr the address of the server socket expressed as a string74 * @param address the address of the server socket expressed as a string 75 75 * @param port the address of the server socket 76 76 * @param waiter the waiter to use for waiting a possible event
Note:
See TracChangeset
for help on using the changeset viewer.