You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSocketServerFunctionVTCP : _Listen : remove "memset(address.svm_zero, 0, sizeof(address.svm_zero));" because it is already do by "memset(&address, 0, sizeof(address));"
cselect.cc : Add "#include <stdio.h>" to avoid the error "‘NULL’ was not declared in this scope" (issue : #6 (comment))
Makefile : add the keywords "static"/"dyn" to build a static/shared version of binary (shared is the default)
cselect.cc/tools.cc : replace "#include <stdio.h>" by "#include ", because we only need the definition of NULL
README.md and the tool "start-vwifi-client.sh" : replace "rmmod" by "modprobe -r"