class EventMachine::Connection

def pending_connect_timeout

Returns:
  • (Float) - The duration after which a TCP connection in the connecting state will fail, in seconds.
def pending_connect_timeout
  EventMachine::get_pending_connect_timeout @signature
end