|
Lines 1312-1320
fill_default_options(Options * options)
Link Here
|
| 1312 |
if (options->zero_knowledge_password_authentication == -1) |
1312 |
if (options->zero_knowledge_password_authentication == -1) |
| 1313 |
options->zero_knowledge_password_authentication = 0; |
1313 |
options->zero_knowledge_password_authentication = 0; |
| 1314 |
if (options->ip_qos_interactive == -1) |
1314 |
if (options->ip_qos_interactive == -1) |
| 1315 |
options->ip_qos_interactive = IPTOS_LOWDELAY; |
1315 |
options->ip_qos_interactive = IPTOS_DSCP_AF21; |
| 1316 |
if (options->ip_qos_bulk == -1) |
1316 |
if (options->ip_qos_bulk == -1) |
| 1317 |
options->ip_qos_bulk = IPTOS_THROUGHPUT; |
1317 |
options->ip_qos_bulk = IPTOS_DSCP_AF11; |
| 1318 |
/* options->local_command should not be set by default */ |
1318 |
/* options->local_command should not be set by default */ |
| 1319 |
/* options->proxy_command should not be set by default */ |
1319 |
/* options->proxy_command should not be set by default */ |
| 1320 |
/* options->user will be set in the main program if appropriate */ |
1320 |
/* options->user will be set in the main program if appropriate */ |