Anonymous | Login | 2024-12-21 18:02 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000393 | ClearOS | dansguardian-av | public | 2011-11-16 15:24 | 2019-11-29 09:21 | ||||
Reporter | user2 | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | tweak | Reproducibility | N/A | ||||
Status | closed | Resolution | not fixable | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.2.0 Beta 3 | Fixed in Version | |||||||
Summary | 0000393: Bump max children to support large networks | ||||||||
Description | The max children parameter in src/dansguardian.cpp is set to FD_SETSIZE - 6. Should this be bumped? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |||||||
|
Notes | |
(0000399) user2 2012-01-02 13:33 |
The DansGuardian documentation states that the maxchildren limit is 250 but that it depends on the OS. On ClearOS, the max FD_SETSIZE is set to 1024, so maxchildren can be set to 1018 or lower. |
(0000400) user2 2012-01-02 14:23 |
To go above the 1018 limit, it looks like it would require internal changes to DansGuardian. The select() call is used and this can support up to FD_SETSIZE. The select() implementation would have to be changed in order change the limit. |
(0012451) NickH (developer) 2019-11-29 09:21 |
Linked bug has been closed. Assume the same for this one. |
Issue History | |||
Date Modified | Username | Field | Change |
2011-11-16 15:24 | user2 | New Issue | |
2011-11-16 15:24 | user2 | Status | new => assigned |
2011-11-16 15:24 | user2 | Assigned To | => user2 |
2011-11-16 15:24 | user2 | Assigned To | user2 => dsokoloski |
2011-11-17 03:15 | user2 | Target Version | 6.1 Beta 2 => 6.1 Beta 3 |
2011-11-17 16:48 | user2 | Relationship added | related to 0000377 |
2012-01-02 13:33 | user2 | Note Added: 0000399 | |
2012-01-02 13:33 | user2 | Status | assigned => resolved |
2012-01-02 13:33 | user2 | Resolution | open => no change required |
2012-01-02 13:35 | user2 | Fixed in Version | => 6.2 Beta 3 |
2012-01-02 14:23 | user2 | Note Added: 0000400 | |
2012-01-02 14:23 | user2 | Status | resolved => assigned |
2012-01-02 14:23 | user2 | Resolution | no change required => not fixable |
2012-01-02 19:14 | user2 | Status | assigned => resolved |
2012-04-18 19:39 | user2 | Status | resolved => closed |
2013-01-10 08:07 | user2 | Status | closed => assigned |
2019-11-29 09:21 | NickH | Note Added: 0012451 | |
2019-11-29 09:21 | NickH | Status | assigned => closed |
2019-11-29 09:21 | NickH | Assigned To | dsokoloski => |
2019-11-29 09:21 | NickH | Fixed in Version | 6.2.0 Beta 3 => |