1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/socket
akr 18afbc891c * ext/socket/ancdata.c (ancillary_rights): new method.
(make_io_for_rights): new function to allocate
  IOs for FDs in SCM_RIGHTS message.
  (bsock_recvmsg_internal): use make_io_for_rights.  So the FDs can be
  closed by GC.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-02-18 18:43:15 +00:00
..
test_addrinfo.rb * ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument. 2009-02-08 04:53:17 +00:00
test_ancdata.rb test only if Socket::AncillaryData exists. 2009-02-12 12:45:24 +00:00
test_basicsocket.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_nonblock.rb care EWOULDBLOCK of accept_nonblock. 2009-02-17 11:05:35 +00:00
test_socket.rb add timeout. 2009-02-14 11:06:23 +00:00
test_sockopt.rb add tests. 2009-02-11 04:31:19 +00:00
test_tcp.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_udp.rb rename tests classes. 2009-02-11 04:17:57 +00:00
test_unix.rb * ext/socket/ancdata.c (ancillary_rights): new method. 2009-02-18 18:43:15 +00:00