module Ethon::Multi::Options

def maxconnects=(value)

Returns:
  • (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