Tested in windows. Still needs more testing, but progress has been made.

This commit is contained in:
Diego Nehab
2004-01-17 00:17:46 +00:00
parent 89f3ecf782
commit 076451c753
11 changed files with 620 additions and 296 deletions

View File

@ -19,6 +19,10 @@
#include <lua.h>
#include "socket.h"
#ifdef WIN32
#define INET_ATON
#endif
void inet_open(lua_State *L);
const char *inet_tryconnect(p_sock ps, const char *address,
unsigned short port);