Rewrote DCC server to allow for multiple threads, also added DCC recv.

(DCC recv still broken, threading buggy)
This commit is contained in:
Brendan Walker
2002-12-08 19:40:18 +00:00
parent fab23817c5
commit e731ee03ed
14 changed files with 1515 additions and 259 deletions
+1
View File
@@ -33,6 +33,7 @@ class InetAddr : public IPaddress
{
public :
InetAddr(short wPort = 0);
InetAddr(long dwIP, short wPort);
InetAddr(const char* lpszAddress, short wPort = 0);
InetAddr& operator = (char* lpszAddress);