enable NSOCKET for twilight

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@451 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2004-12-05 04:01:38 +00:00
parent 8b31606fca
commit 2ee95bcec9

View File

@ -35,6 +35,10 @@ int fd_max;
int rfifo_size = 65536;
int wfifo_size = 65536;
#ifdef TWILIGHT
#define NSOCKET
#endif
#ifndef TCP_FRAME_LEN
#define TCP_FRAME_LEN 1053
#endif