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

Comparing ircd-hybrid/trunk/include/fdlist.h (file contents):
Revision 1653 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC

# Line 92 | Line 92 | typedef struct _fde {
92    struct _fde *hnext;
93   } fde_t;
94  
95 < #define FD_HASH_SIZE CLIENT_HEAP_SIZE
95 > #define FD_HASH_SIZE 1024
96  
97   extern int number_fd;
98   extern int hard_fdlimit;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines