summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/kdebase/kcontrol/netpref/index.docbook
blob: bb7c2e8fc552f007ae7bf51243a2818bd0e9dcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY % addindex "IGNORE">
<!ENTITY % British-English "INCLUDE"
> <!-- change language only here -->
]>

<article lang="&language;">
<articleinfo>

<authorgroup>
<author
>&Lauri.Watts; &Lauri.Watts.mail;</author>

<othercredit role="translator"
><firstname
>Malcolm</firstname
><surname
>Hunter</surname
><affiliation
><address
><email
>malcolm.hunter@gmx.co.uk</email
></address
></affiliation
><contrib
>Conversion to British English</contrib
></othercredit
> 
</authorgroup>

<date
>2002-10-16</date>
<releaseinfo
>3.1</releaseinfo>

<keywordset>
<keyword
>KDE</keyword>
<keyword
>tdebase</keyword>
<keyword
>kcontrol</keyword>
<keyword
>network</keyword>
<keyword
>timeouts</keyword>
</keywordset>

</articleinfo>

<sect1 id="timeouts">

<title
>Preferences</title>

<para
>Here you can set timeout values. You might want to tweak them if your connection is very slow, but the default settings are appropriate for most users.</para>

<para
>Here <guilabel
>Timeout Values</guilabel
> are the length of time an application should wait for an answer from a network operation.</para>

<para
>You can configure the following timeouts:</para>

<variablelist>
<varlistentry>
<term
><guilabel
>Socket Read</guilabel
></term>
<listitem>
<para
>Some applications use <firstterm
>sockets</firstterm
> to communicate. You can think of a socket as a water tap; while it is open, water (or in our case, data) comes out, without any interaction. If something stops this flow of data, the application will wait for more to come. This could be a very long time, but you can configure a maximum time for an application to wait with this option.</para>
<para
>This setting will only apply to &kde; applications, of course.</para>
</listitem>
</varlistentry>

<varlistentry>
<term
><guilabel
>Proxy Connect</guilabel
></term>
<listitem>
<para
>Sets how long to wait for a connection to a proxy server, if one is configured. </para>
</listitem>
</varlistentry>

<varlistentry>
<term
><guilabel
>Server Connect</guilabel
></term>
<listitem>
<para
>Sets how long to wait for a connection to a remote server. </para>
</listitem>
</varlistentry>

<varlistentry>
<term
><guilabel
>Server Response</guilabel
></term>
<listitem>
<para
>Sets how long to wait for a reply from a remote server. </para>
</listitem>
</varlistentry>

</variablelist>

<para
>You can configure <guilabel
>FTP Options</guilabel
> here. At present there is just one option, <guilabel
>Enable Passive Mode (PASV)</guilabel
>.</para>

<para
>Passive &FTP; is often required when you are behind a firewall. Many firewalls only permit connections that were initiated from <quote
>the inside</quote
>. Passive &FTP; is controlled by the client, which makes it usable through firewalls.</para>

</sect1>
</article>