Method: Ftpd::Config#response_delay

Defined in:
lib/ftpd/config.rb

#response_delayObject

The number of seconds to delay before replying. This is for testing client timeouts. Defaults to 0 (no delay).

Change to this attribute only take effect for new sessions.



10
11
12
# File 'lib/ftpd/config.rb', line 10

def response_delay
  @response_delay
end