Subversion Repositories Kolibri OS

Rev

Rev 3711 | Rev 4387 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3711 Rev 4030
Line 69... Line 69...
69
TCP_time_keep_interval  = 118         ; between probes when no response (75,52s)
69
TCP_time_keep_interval  = 118         ; between probes when no response (75,52s)
70
TCP_time_rtt_default    = 5           ; default Round Trip Time (3,2s)
70
TCP_time_rtt_default    = 5           ; default Round Trip Time (3,2s)
71
TCP_time_srtt_default   = 0           ;
71
TCP_time_srtt_default   = 0           ;
72
TCP_time_max_idle       = 8*TCP_time_keep_interval      ; FIXME
72
TCP_time_max_idle       = 8*TCP_time_keep_interval      ; FIXME
Line -... Line 73...
-
 
73
 
-
 
74
TCP_time_connect        = 300         ; in 1/100s (default=3s)
73
 
75
 
74
; timer constants
76
; timer constants
75
TCP_max_rxtshift        = 12          ; max retransmissions waiting for ACK
77
TCP_max_rxtshift        = 12          ; max retransmissions waiting for ACK
Line 76... Line 78...
76
TCP_max_keepcnt         = 8           ; max keepalive probes
78
TCP_max_keepcnt         = 8           ; max keepalive probes