| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |