class EventMachine::Connection

def comm_inactivity_timeout

A zero value (the default) specifies that no automatic timeout will take place.
activity takes place for at least that number of seconds.
indicates that the connection or socket will automatically be closed if no read or write
property of network-connection and datagram-socket objects. A nonzero value
comm_inactivity_timeout returns the current value (float in seconds) of the inactivity-timeout
def comm_inactivity_timeout
  EventMachine::get_comm_inactivity_timeout @signature
end