36件ヒット
[1-36件を表示]
(0.038秒)
検索結果
-
Socket
:: Constants :: SO _ REUSEADDR -> Integer (18202.0) -
Allow local address reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
Allow local address reuse。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), bind(2),
Socket::Constants::SOL_SOCKET -
Socket
:: SO _ REUSEADDR -> Integer (18202.0) -
Allow local address reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
Allow local address reuse。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), bind(2),
Socket::Constants::SOL_SOCKET -
ruby 1
. 8 . 4 feature (30.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...:35 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
#
# * sprintf.c (rb_str_format): integer overflow check added.
#
# * sprintf.c (GETASTER): ditto.
printfのフォーマット指定子にinteger overflowのバグがありました。
perl のそれとは違い、セキュリテ......]
#Mon Nov 28 18:55:43 2005 NAKAMURA Usaku <usa@ruby-lang.org>
#
# * ext/socket/socket.c (init_inetsock_internal): remove setting
# SO_REUSEADDR option on server socket on Cygwin.
# fixed: [ruby-core:6765] ([ ruby-Bugs-2872 ])
#
Cygwinの場合のみ、使用中socket......values have VALUE type. there is an environment where sizeof(VALUE)
# != sizeof(int) like IA64. if 32bit integer (Qtrue) is passed to ANYARGS
# and received by 64bit integer (VALUE), upper bits may have garbage value.
# [ruby-dev:27513]
IA64 で、Qtrue Qfalse Qnil が 6...
