* ext/socket/socket.c: turn on do_not_reverse_lookup by default,
which has been reverted in r9880 probably unintentionally, according to matz. [ruby-core:24530] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
970e90dd15
commit
4dfd71005c
@ -1,3 +1,9 @@
|
|||||||
|
Tue Feb 2 18:15:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/socket/socket.c: turn on do_not_reverse_lookup by default,
|
||||||
|
which has been reverted in r9880 probably unintentionally,
|
||||||
|
according to matz. [ruby-core:24530]
|
||||||
|
|
||||||
Tue Feb 2 14:30:27 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Tue Feb 2 14:30:27 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* enum.c (enum_each_entry): new method #each_entry to pack values
|
* enum.c (enum_each_entry): new method #each_entry to pack values
|
||||||
|
@ -28,7 +28,7 @@ VALUE rb_eSocket;
|
|||||||
VALUE rb_cSOCKSSocket;
|
VALUE rb_cSOCKSSocket;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int rsock_do_not_reverse_lookup = 0;
|
int rsock_do_not_reverse_lookup = 1;
|
||||||
|
|
||||||
void
|
void
|
||||||
rsock_raise_socket_error(const char *reason, int error)
|
rsock_raise_socket_error(const char *reason, int error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user