ruby/test/socket
Aaron Patterson 1c66124273 Make Addrinfo objects Ractor shareable
Allow Addrinfo objects to be shared among Ractors.  Addrinfo objects are
already immutable, so I think it's safe for us to tag them as
RUBY_TYPED_FROZEN_SHAREABLE shareable too.
2025-05-20 18:04:37 -07:00
..
test_addrinfo.rb Make Addrinfo objects Ractor shareable 2025-05-20 18:04:37 -07:00
test_ancdata.rb
test_basicsocket.rb
test_nonblock.rb Add support for sockaddr_un on Windows. (#6513) 2022-11-17 14:50:25 -08:00
test_socket.rb Removed Solaris conditions from test files 2025-04-02 16:24:47 +09:00
test_sockopt.rb
test_tcp.rb Refine TestSocket_TCPSocket#test_initialize_failure 2025-03-15 16:02:19 +09:00
test_udp.rb
test_unix.rb Reduce the number of times IO is passed in send_io/recv_io test 2023-10-25 20:37:21 +09:00