1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/socket
Sutou Kouhei e40fa6c480
[DOC] socket: fix wrong sample addresses (#6372)
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
2022-09-20 16:09:42 +09:00
..
lib
.document
addrinfo.h Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ancdata.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
basicsocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
constants.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
depend [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
extconf.rb ext/socket/extconf.rb: Fix the chech if if_indextoname is available 2021-11-02 23:41:01 +09:00
getaddrinfo.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
getnameinfo.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ifaddr.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
init.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ipsocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
mkconstants.rb Add more socket constants 2021-10-12 16:45:22 +09:00
option.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
raddrinfo.c [DOC] socket: fix wrong sample addresses (#6372) 2022-09-20 16:09:42 +09:00
rubysocket.h Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
socket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
sockport.h
sockssocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
tcpserver.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
tcpsocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
udpsocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
unixserver.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
unixsocket.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00