Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] socket: fix wrong sample addresses #6372

Merged
merged 1 commit into from Sep 20, 2022
Merged

Conversation

kou
Copy link
Member

@kou kou commented Sep 14, 2022

IPv6 link local address is fe80::/10 not ff80::/10:

https://www.rfc-editor.org/rfc/rfc4291.html

Link-Local unicast   1111111010           FE80::/10       2.5.6

IPv6 (deprecated) site local address is fec0::/10 not ffc0::/10:

https://www.rfc-editor.org/rfc/rfc3513.html

Site-local unicast   1111111011           FEC0::/10       2.5.6

IPv6 link local address is fe80::/10 not ff80::/10:

https://www.rfc-editor.org/rfc/rfc4291.html

    Link-Local unicast   1111111010           FE80::/10       2.5.6

IPv6 (deprecated) site local address is fec0::/10 not ffc0::/10:

https://www.rfc-editor.org/rfc/rfc3513.html

    Site-local unicast   1111111011           FEC0::/10       2.5.6
@kou kou requested a review from akr September 14, 2022 06:53
@nobu nobu added the Documentation Improvements to documentation. label Sep 14, 2022
@akr
Copy link
Contributor

akr commented Sep 20, 2022

It seems fine.

@kou kou changed the title socket: fix wrong sample addresses [DOC] socket: fix wrong sample addresses Sep 20, 2022
@kou kou merged commit e40fa6c into ruby:master Sep 20, 2022
@kou kou deleted the addrinfo-ipv6-doc branch September 20, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements to documentation.
3 participants