aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 01:47:41 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 01:47:41 +0000
commitd80c73d60f9ac867c79b28027236a3dc5668e411 (patch)
tree4a17f9a4009fe9b0cb778ffbf167647462ca1068 /ChangeLog
parent618b3ca0c1ced365f42bcace6dfb83378411ac6a (diff)
downloadruby-d80c73d60f9ac867c79b28027236a3dc5668e411.tar.gz
test/socket/test_nonblock.rb: new test for sendmsg_nonblock
sendmsg_nonblock was not tested on any of my systems due to the common 64K limit. I also don't believe UDP sockets are at all a useful candidate for sendmsg_nonblock testing since they should never block on sending. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ef36bdf9..bdede849f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 2 10:46:36 2015 Eric Wong <e@80x24.org>
+
+ * test/socket/test_nonblock.rb: new test for sendmsg_nonblock
+
Tue Jun 2 09:04:14 2015 Eric Wong <e@80x24.org>
* lib/benchmark.rb: just use Process::CLOCK_MONOTONIC