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
akr 3aacf88500 * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info.
(sockopt_inspect): Use inspect_tcp_info.

* ext/socket/extconf.rb: Check tcp_info related things.

* ext/socket/rubysocket.h: Include netinet/tcp_fsm.h if available.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-19 11:52:03 +00:00
..
lib
.document
addrinfo.h
ancdata.c socket: sendmsg/recvmsg only retries blocking on errors 2014-02-21 00:55:13 +00:00
basicsocket.c * ext/socket: Avoid unnecessary ppoll/select on Linux. 2014-01-18 14:13:22 +00:00
constants.c
depend
extconf.rb * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info. 2014-05-19 11:52:03 +00:00
getaddrinfo.c
getnameinfo.c
ifaddr.c * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed. 2014-05-11 16:31:51 +00:00
init.c * ext/socket/init.c (wait_connectable): break if the socket is 2014-02-21 14:59:44 +00:00
ipsocket.c * ext/socket: Wrap struct addrinfo by struct rb_addrinfo. 2014-02-19 09:38:24 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: Add IP_TRANSPARENT. 2014-05-05 15:15:20 +00:00
option.c * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info. 2014-05-19 11:52:03 +00:00
raddrinfo.c option.c: use rb_w32_inet_pton 2014-02-23 03:18:56 +00:00
rubysocket.h * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info. 2014-05-19 11:52:03 +00:00
socket.c * ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM. 2014-04-07 12:14:29 +00:00
sockport.h * ext/socket: Bypass getaddrinfo() if node and serv are numeric. 2014-02-19 10:37:43 +00:00
sockssocket.c
tcpserver.c
tcpsocket.c
udpsocket.c * ext/socket: Wrap struct addrinfo by struct rb_addrinfo. 2014-02-19 09:38:24 +00:00
unixserver.c
unixsocket.c * ext/socket: Avoid redundant fcntl/fstat syscalls for cloexec 2014-01-28 14:37:34 +00:00