Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved bParseHostname and bIsParsed to msgFlags | Rainer Gerhards | 2008-10-09 | 1 | -2/+1 |
| | | | | | | This enables us to use more efficient calling conventions and also helps us keep the on-disk structure of a msg object more consistent in future releases. | ||||
* | reordered imudp processing. | Rainer Gerhards | 2008-10-08 | 1 | -0/+314 |
Message parsing is now done as part of main message queue worker processing (was part of the input thread) This should also improve performance, as potentially more work is done in parallel. |