const time.Millisecond
20 uses
time (current package)
format.go#L1620: "ms": uint64(Millisecond),
time.go#L937: Millisecond = 1000 * Microsecond
time.go#L938: Second = 1000 * Millisecond
time.go#L982: case u < uint64(Millisecond):
crypto/tls
handshake_client.go#L488: obfuscatedTicketAge: uint32(ticketAge/time.Millisecond) + session.ageAdd,
handshake_client_tls13.go#L344: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
github.com/cenkalti/backoff/v4
exponential.go#L79: DefaultInitialInterval = 500 * time.Millisecond
github.com/gotd/td/telegram
options.go#L205: b.InitialInterval = time.Millisecond * 100
github.com/refraction-networking/utls
handshake_client.go#L538: obfuscatedTicketAge: uint32(ticketAge/time.Millisecond) + session.ageAdd,
handshake_client_tls13.go#L365: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
github.com/refraction-networking/utls/internal/quicvarint/protocol
protocol.go#L144: const DefaultMaxAckDelay = 25 * time.Millisecond
protocol.go#L147: const MaxMaxAckDelay = (1<<14 - 1) * time.Millisecond
net
dial.go#L296: return 300 * time.Millisecond
net/http
h2_bundle.go#L8426: t := time.AfterFunc(250*time.Millisecond, cc.forceCloseConn)
server.go#L1770: var rstAvoidanceDelay = 500 * time.Millisecond
server.go#L3128: const shutdownPollIntervalMax = 500 * time.Millisecond
server.go#L3161: pollIntervalBase := time.Millisecond
server.go#L3441: tempDelay = 5 * time.Millisecond
transfer.go#L220: timer := time.NewTimer(200 * time.Millisecond)
transport.go#L2693: var maxWriteWaitBeforeConnReuse = 50 * time.Millisecond
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |