google / google/gvisor

Learn NUD re-transmit timer

Open
#2,241 0 comments 0 reactions 0 assignees View on GitHub
area: networking priority: p2 type: enhancement
Dominant language
Go
Stars
19.3k
Forks
2k
Avg merge
3d 5h
Merged PRs (30d)
264

Description

Retransmit timer is the time between re-transmitted Neighbor Solicitation messages. Used by address resolution and the Neighbor Unreachability Detection algorithm (see RFC 4861 Sections 7.2 and 7.3). This value can be learned through Router Advertisements.

From RFC 4861 Section 6.3.4. Processing Received Router Advertisements:
```
The RetransTimer variable SHOULD be copied from the Retrans Timer
field, if the received value is non-zero.
```

This issue tracks the implementation of learning `RetransTimer` through Router Advertisements.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.