Timeout weirdness

svn: r16818
This commit is contained in:
Jay McCarthy 2009-11-16 22:07:51 +00:00
parent 71adf702a4
commit bf559ec61d
2 changed files with 2 additions and 2 deletions

View File

@ -59,4 +59,4 @@
;; adjust-connection-timeout!: connection number -> void
;; change the expiration time for this connection
(define (adjust-connection-timeout! conn time)
(reset-timer! (connection-timer conn) time))
(increment-timer! (connection-timer conn) time))

View File

@ -45,7 +45,7 @@ for doing this.
@defproc[(adjust-connection-timeout! [c connection?]
[t number?])
void]{
Calls @scheme[reset-timer!] with the timer behind @scheme[c] with @scheme[t].
Calls @scheme[increment-timer!] with the timer behind @scheme[c] with @scheme[t].
}
}