class EventMachine::Connection

def comm_inactivity_timeout= value

Zero is the default value.
Specify a value of zero to indicate that no automatic timeout should take place.
if no read or write activity takes place for at least that number of seconds.
If the value is greater than zero, the connection or socket will automatically be closed
a network connection or datagram socket. Specify a non-negative float value in seconds.
Allows you to set the inactivity-timeout property for
def comm_inactivity_timeout= value
  EventMachine::set_comm_inactivity_timeout @signature, value.to_f
end