General Socket Wrapper
Go to file
kiritow 5883ac5ca5 Update GSock
Add Log. GSock will output log if compiled with GSOCK_DEBUG.
Add error handling and return value reference.
Fix compile error on getaddrinfo().
Fix logic error on moving sockets. Now one socket will only be opened
and closed once, even if class sock is moved.
2017-08-15 09:54:10 +08:00
.gitignore Initial Commit 2017-07-27 19:52:58 +08:00
gsock.cpp Update GSock 2017-08-15 09:54:10 +08:00
gsock.h Update GSock 2017-08-15 09:54:10 +08:00
Readme.md Initial Commit 2017-07-27 19:52:58 +08:00

General Socket Wrapper

GSOCK is a project created by Kiritow.

Licensed under MIT