Added TCP server functionality
Fixed a bunch of leaks + race conditions Still in development, hence all the printfs
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
|
||||
/* Basic information exposed publicly */
|
||||
#define SMEXT_CONF_NAME "Async Socket Extension"
|
||||
#define SMEXT_CONF_DESCRIPTION "Sample extension to help developers"
|
||||
#define SMEXT_CONF_VERSION "1.0"
|
||||
#define SMEXT_CONF_AUTHOR "Nikki"
|
||||
#define SMEXT_CONF_URL "http://probablyaserver.com/"
|
||||
#define SMEXT_CONF_LOGTAG "ASYNC"
|
||||
#define SMEXT_CONF_DESCRIPTION "Async TCP server and client"
|
||||
#define SMEXT_CONF_VERSION "0.1"
|
||||
#define SMEXT_CONF_AUTHOR "Nikki + BotoX"
|
||||
#define SMEXT_CONF_URL "https://github.com/CSSZombieEscape/sm-ext-AsyncSocket"
|
||||
#define SMEXT_CONF_LOGTAG "ASYNCSOCKET"
|
||||
#define SMEXT_CONF_LICENSE "GPL"
|
||||
#define SMEXT_CONF_DATESTRING __DATE__
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
* @brief Sets whether or not this plugin required Metamod.
|
||||
* NOTE: Uncomment to enable, comment to disable.
|
||||
*/
|
||||
//#define SMEXT_CONF_METAMOD
|
||||
//#define SMEXT_CONF_METAMOD
|
||||
|
||||
/** Enable interfaces you want to use here by uncommenting lines */
|
||||
#define SMEXT_ENABLE_FORWARDSYS
|
||||
|
||||
Reference in New Issue
Block a user