| Summary: | periodic packet sampling function | ||
|---|---|---|---|
| Product: | softflowd | Reporter: | Hitoshi Irino <irino> |
| Component: | softflowd | Assignee: | Damien Miller <djm> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | sampling fuction and 2 bug fix | ||
softflowd is not longer in this bugtracker closing bugs resolved before openssh-8.9 |
Created attachment 2072 [details] sampling fuction and 2 bug fix This patch provides following 3 points 1) I added periodic packet sampling function to control load. 2) I fixed a problem missing time fields in IPv6 template. 3) I swapped llu keyword in printf to PRIu64 to quiet compile warning in 64bit CPU environment.