ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/include/ircd_defs.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/ircd_defs.h (file contents):
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC vs.
Revision 913 by michael, Wed Nov 7 23:20:12 2007 UTC

# Line 37 | Line 37
37  
38   /* Right out of the RFC */
39   #define IRCD_BUFSIZE    512     /* WARNING: *DONT* CHANGE THIS!!!!         */
40 + #define HOSTLEN          63     /* Length of hostname. Updated to comply
41 +                                   with RFC 1123 */
42 + #define USERLEN          10
43   #define PORTNAMELEN 6  /* ":31337" */
44  
45   #define REALLEN         50

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)