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
Kazuhiro NISHIYAMA 63ab7046a1
Skip POINTOPOINT of IPv4 too instead of IPv6 only
Fix following error on `utun*`:
```
  1) Error:
TestSocket#test_udp_server:
Errno::ECONNREFUSED: Connection refused - recvmsg(2)
```
2019-09-02 12:01:47 +09:00
..
test_addrinfo.rb
test_ancdata.rb
test_basicsocket.rb disable non-blocking pipes and sockets by default 2018-11-29 20:00:00 +00:00
test_nonblock.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_socket.rb Skip POINTOPOINT of IPv4 too instead of IPv6 only 2019-09-02 12:01:47 +09:00
test_sockopt.rb
test_tcp.rb
test_udp.rb
test_unix.rb