diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-02 14:12:48 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-02 14:12:48 +0000 |
| commit | 1a592767c6e34bdeb7f30fa063b5e24c57d45894 (patch) | |
| tree | e21ebcc5bc79cc5b6a6dfb4b9635ff95c52842c4 /src/base/serverSelect.h | |
| parent | 6b805af42cba72e190d94ffa6d1dd7e44d9dfb61 (diff) | |
- gameserver podporuje clientov z IPv4-UDP IPv4-TCP IPv6-UDP IPv6-TCP
- client sa moze pripojit na gameserver, ktory podporuje IPv4-UDP IPv4-TCP IPv6-UDP IPv6-TCP ( nie, nie je to
samozrejmost :) )
- client ma parametre --tcp , --udp ( ak sa neuvedie, implicitne sa berie --udp )
- btw. ladit, ladit, ladit
git-svn-id: http://opensvn.csie.org/tuxanci_ng@187 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/serverSelect.h')
| -rw-r--r-- | src/base/serverSelect.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/base/serverSelect.h b/src/base/serverSelect.h new file mode 100644 index 0000000..332a4da --- /dev/null +++ b/src/base/serverSelect.h @@ -0,0 +1,11 @@ + +#ifndef SERVER_SELECT + +#define SERVER_SELECT + +extern void restartSelect(); +extern void addSockToSelect(int sock); +extern int actionSelect(); +extern int isChangeSockInSelect(int sock); + +#endif |