kio
ioslave_defaults.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _KIO_IOSLAVE_DEFAULTS_H
00020 #define _KIO_IOSLAVE_DEFAULTS_H
00021
00022
00023 #define DEFAULT_RESPONSE_TIMEOUT 600 // 10 min.
00024 #define DEFAULT_CONNECT_TIMEOUT 20 // 20 secs.
00025 #define DEFAULT_READ_TIMEOUT 15 // 15 secs.
00026 #define DEFAULT_PROXY_CONNECT_TIMEOUT 10 // 10 secs.
00027 #define MIN_TIMEOUT_VALUE 2 // 2 secs.
00028
00029
00030 #define DEFAULT_MINIMUM_KEEP_SIZE 5120 // 5 Kbs
00031
00032
00033 #define DEFAULT_FTP_PORT 21
00034 #define DEFAULT_SMTP_PORT 25
00035 #define DEFAULT_HTTP_PORT 80
00036 #define DEFAULT_POP3_PORT 110
00037 #define DEFAULT_NNTP_PORT 119
00038 #define DEFAULT_IMAP_PORT 143
00039 #define DEFAULT_IMAP3_PORT 220
00040 #define DEFAULT_LDAP_PORT 389
00041
00042
00043 #define DEFAULT_HTTPS_PORT 443
00044 #define DEFAULT_NNTPS_PORT 563
00045 #define DEFAULT_LDAPS_PORT 389
00046 #define DEFAULT_IMAPS_PORT 993
00047 #define DEFAULT_POP3S_PORT 995
00048
00049
00050 #define DEFAULT_PROXY_PORT 8080
00051 #define MAX_PORT_VALUE 65535
00052
00053 #endif