Changeset 219 for trunk/include


Ignore:
Timestamp:
Feb 24, 2009, 8:02:21 PM (16 years ago)
Author:
katerina
Message:

New options SetThrottle and SetConnectionTimeout (ticket #146).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_forward.h

    r170 r219  
    3030int sh_forward_create_password (const char * dummy);
    3131
    32 /* set time limit
     32/* set timeout for active client connections
     33 */
     34int sh_forward_set_timeout (const char * c);
     35
     36/* set time limit after which client is reported dead
    3337 */
    3438int sh_forward_set_time_limit(const char * str);
     
    108112#ifdef SH_WITH_CLIENT
    109113
     114/* Throttle file download
     115 */
     116int sh_forward_set_throttle_delay (const char * c);
     117
    110118/* request file from server. file may be "CONF" or "DATA".
    111119 */
Note: See TracChangeset for help on using the changeset viewer.