Aadhavan Srinivasan
|
c6bbe82d25
|
Made the 'recvAll' function return a char pointer instead of a std::string, this is better for portability. Also created a non-blocking version of the function.
|
10 months ago |
Aadhavan Srinivasan
|
9954a18171
|
Made the sendAll and recvAll functions in sock.cpp use variables set by the children, rather than having the functions pass parameters
|
10 months ago |
Aadhavan Srinivasan
|
98abf50da5
|
Completely rewrote Server class, and split the class into header and implementation
|
10 months ago |