IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
Loading...
Searching...
No Matches
IrcConstants.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  IRC
 

Enumerations

enum  IRC::Constants {
  IRC::SVR_PASS_MIN = 4 ,
  IRC::SVR_PASS_MAX = 32 ,
  IRC::CLIENT_MAX = 65535 ,
  IRC::CLIENT_TIMEOUT = 60 ,
  IRC::KEVENT_OBSERVE_MAX = 1024 ,
  IRC::CLIENT_RESERVE_MIN = 1024 ,
  IRC::MESSAGE_LEN_MAX = 512 ,
  IRC::MAX_NICKNAME_LENGTH = 9 ,
  IRC::MAX_CHANNEL_NAME_LENGTH = 200 ,
  IRC::CRLF_LEN_2 = 2 ,
  IRC::NUM_CLIENT_MSGBLOCK_RECV_IGNORE_THRESHOLD = 8
}