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
normal d691a28d91 socket: sendmsg/recvmsg only retries blocking on errors
* ext/socket/ancdata.c (bsock_sendmsg_internal): only retry on error
  (bsock_recvmsg_internal): ditto
* test/socket/test_unix.rb: test above for infinite loop

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-21 00:55:13 +00:00
..
test_addrinfo.rb * test/socket/test_addrinfo.rb: remove unused variables. 2014-02-18 12:05:09 +00:00
test_ancdata.rb
test_basicsocket.rb
test_nonblock.rb * test/socket/test_addrinfo.rb: remove unused variables. 2014-02-18 12:05:09 +00:00
test_socket.rb * test/socket/test_addrinfo.rb: remove unused variables. 2014-02-18 12:05:09 +00:00
test_sockopt.rb * ext/socket/option.c: Use "int" for IP_MULTICAST_LOOP and 2014-01-20 19:32:03 +00:00
test_tcp.rb * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAIL 2013-07-19 03:35:53 +00:00
test_udp.rb * test/socket/test_udp.rb: Close sockets explicitly. 2013-06-26 03:09:54 +00:00
test_unix.rb socket: sendmsg/recvmsg only retries blocking on errors 2014-02-21 00:55:13 +00:00