Remove unimplemented parameter from comment
:resolv_timeout of TCPSocket.new is not implemented for now.
This commit is contained in:
parent
974e89ae07
commit
56918578ea
@ -12,13 +12,12 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* TCPSocket.new(remote_host, remote_port, local_host=nil, local_port=nil, resolv_timeout: nil, connect_timeout: nil)
|
* TCPSocket.new(remote_host, remote_port, local_host=nil, local_port=nil, connect_timeout: nil)
|
||||||
*
|
*
|
||||||
* Opens a TCP connection to +remote_host+ on +remote_port+. If +local_host+
|
* Opens a TCP connection to +remote_host+ on +remote_port+. If +local_host+
|
||||||
* and +local_port+ are specified, then those parameters are used on the local
|
* and +local_port+ are specified, then those parameters are used on the local
|
||||||
* end to establish the connection.
|
* end to establish the connection.
|
||||||
*
|
*
|
||||||
* [:resolv_timeout] specify the name resolution timeout in seconds.
|
|
||||||
* [:connect_timeout] specify the timeout in seconds.
|
* [:connect_timeout] specify the timeout in seconds.
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user