lwIP - A Lightweight TCP/IP stack - Bugs: bug #47790, IPv6: Random delay missing in some...
You are not allowed to post comments on this tracker with your current authentication level.
bug #47790: IPv6: Random delay missing in some places
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Wed 27 Apr 2016 08:12:08 AM UTC | ||
Category: | IPv6 | Severity: | 2 - Minor |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-12-15 | goldsimon | Summary | Random delay missing in some places | ![]() |
IPv6: Random delay missing in some places |
The RFCs specify random delay at startup in some places (e.g. first packet after netif initialization, NS after receiving RA). Even for a lightweight stack, this should be implemented, as it is required to prevent network load peaks with many devices connected (and at least I did not find this implemented, yet).