[前][次][番号順一覧][スレッド一覧]

ruby-changes:30869

From: glass <ko1@a...>
Date: Mon, 16 Sep 2013 00:48:44 +0900 (JST)
Subject: [ruby-changes:30869] glass:r42948 (trunk): * ext/socket/mkconstants.rb: define MSG_FASTOPEN.

glass	2013-09-16 00:48:38 +0900 (Mon, 16 Sep 2013)

  New Revision: 42948

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42948

  Log:
    * ext/socket/mkconstants.rb: define MSG_FASTOPEN.
      [ruby-core:57138] [Feature #8897]

  Modified files:
    trunk/ChangeLog
    trunk/ext/socket/mkconstants.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42947)
+++ ChangeLog	(revision 42948)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Sep 16 00:44:23 2013  Masaki Matsushita  <glass.saga@g...>
+
+	* ext/socket/mkconstants.rb: define MSG_FASTOPEN.
+	  [ruby-core:57138] [Feature #8897]
+
 Sun Sep 15 13:31:23 2013  Tadayoshi Funaba  <tadf@d...>
 
 	* rational.c (nurat_div): reverted r28844, r28886 and r28887.
Index: ext/socket/mkconstants.rb
===================================================================
--- ext/socket/mkconstants.rb	(revision 42947)
+++ ext/socket/mkconstants.rb	(revision 42948)
@@ -453,6 +453,7 @@ MSG_RST https://github.com/ruby/ruby/blob/trunk/ext/socket/mkconstants.rb#L453
 MSG_ERRQUEUE	nil	Fetch message from error queue
 MSG_NOSIGNAL	nil	Do not generate SIGPIPE
 MSG_MORE	nil	Sender will send more
+MSG_FASTOPEN nil Reduce step of the handshake process
 
 SOL_SOCKET	nil	Socket-level options
 SOL_IP	nil	IP socket options

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]