lwIP - A Lightweight TCP/IP stack - Patches: patch #8360, Speed up the acquisition of SLAAC...
You are not allowed to post comments on this tracker with your current authentication level.
patch #8360: Speed up the acquisition of SLAAC addresses
| Submitter: | Philip Gladstone <pjsg> | ||
| Submitted: | Wed 26 Feb 2014 01:21:09 PM UTC | ||
| Category: | IPv6 | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | goldsimon | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Fri 06 Mar 2015 07:59:12 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Wed 26 Feb 2014 01:21:09 PM UTC, original submission:
It turns out (that on my system at least) that SLAAC addresses take a long time to be assigned. This is because the SLAAC addresses only get assigned on receipt of a RA. The lwip stack tries to send RS messages to solicit the RA, but none of them are actually transmitted due to network bringup timings.
|
Philip Gladstone <pjsg> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-03-06 | goldsimon | Status | None | Done | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-02-26 | pjsg | Attached File | - | Added resilient-rs.patch, #30709 |
Powered by Savane 3.12.
Corresponding source code

Fixed, thanks for the patch. I noticed that behaviour on my machine, too.