mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Update deps
This commit is contained in:
parent
94cba8cf78
commit
c748630691
70 changed files with 12992 additions and 343 deletions
4
vendor/github.com/lucas-clemente/quic-go/internal/utils/timer.go
generated
vendored
4
vendor/github.com/lucas-clemente/quic-go/internal/utils/timer.go
generated
vendored
|
@ -47,6 +47,10 @@ func (t *Timer) SetRead() {
|
|||
t.read = true
|
||||
}
|
||||
|
||||
func (t *Timer) Deadline() time.Time {
|
||||
return t.deadline
|
||||
}
|
||||
|
||||
// Stop stops the timer
|
||||
func (t *Timer) Stop() {
|
||||
t.t.Stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue