diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-05 15:56:30 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-05 15:56:30 +0000 |
| commit | aecb6c466c1e7efa0f07809aa18096e7d5559850 (patch) | |
| tree | faf97599f2562a3da4e43df3587f16666704ce7e /src/client/client.h | |
| parent | b5723cbd822b2359850c121ca69e682a607d91bd (diff) | |
- server/client poziva neblokujuci rezim TCP socketov
git-svn-id: http://opensvn.csie.org/tuxanci_ng@190 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/client.h')
| -rw-r--r-- | src/client/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h index 32ae6e5..8766594 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -9,6 +9,8 @@ #define CLIENT_TIMEOUT 1000 #define SERVER_TIMEOUT_ALIVE 5000 +#define CLIENT_BUFFER_LIMIT 4096 + extern int initClient(char *ip, int port, int proto); extern void sendServer(char *msg); extern void eventClient(); |