Class: Ftpd::Config
- Inherits:
-
Object
- Object
- Ftpd::Config
- Defined in:
- lib/ftpd/config.rb
Instance Attribute Summary collapse
-
#response_delay ⇒ Object
The number of seconds to delay before replying.
Instance Attribute Details
#response_delay ⇒ Object
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.
12 13 14 |
# File 'lib/ftpd/config.rb', line 12 def response_delay @response_delay end |