Changeset 219 for trunk/include
- Timestamp:
- Feb 24, 2009, 8:02:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_forward.h
r170 r219 30 30 int sh_forward_create_password (const char * dummy); 31 31 32 /* set time limit 32 /* set timeout for active client connections 33 */ 34 int sh_forward_set_timeout (const char * c); 35 36 /* set time limit after which client is reported dead 33 37 */ 34 38 int sh_forward_set_time_limit(const char * str); … … 108 112 #ifdef SH_WITH_CLIENT 109 113 114 /* Throttle file download 115 */ 116 int sh_forward_set_throttle_delay (const char * c); 117 110 118 /* request file from server. file may be "CONF" or "DATA". 111 119 */
Note:
See TracChangeset
for help on using the changeset viewer.