Your Name
|
93bfd9d367
|
Added a virtual destructor to the Sock class, which would allow Server and Client to override it
|
2024-02-29 20:46:14 -06:00 |
|
|
a37ec79f09
|
Changed 'recvAll' return type from std::string to char pointer, and created a non-blocking version of the function
|
2024-02-28 00:04:43 -05:00 |
|
|
6155cb0463
|
Wrote code to null-terminate the string sent in sendAll, and the string received in recvAll
|
2024-02-23 11:15:45 -05:00 |
|
|
9954a18171
|
Made the sendAll and recvAll functions in sock.cpp use variables set by the children, rather than having the functions pass parameters
|
2024-02-21 22:25:52 -05:00 |
|
|
5a8a42a828
|
Added comments to explain functions, and added UDP handling
|
2024-02-19 21:32:51 -05:00 |
|
|
3d944f2ed1
|
Added additional header file
|
2024-02-15 09:45:47 -05:00 |
|
|
195d6c4b4b
|
Separated 'Sock' file into header and implementation file, and added include guards to header file
|
2024-02-14 18:30:09 -05:00 |
|