module Ethon::Multi::Options
def maxconnects=(value)
-
(void)
-
Parameters:
-
value
(String
) -- The value to set.
Other tags:
- Example: Set maxconnects option. -
def maxconnects=(value) Curl.set_option(:maxconnects, value_for(value, :int), handle, :multi) end