MCPcopy Index your code
hub / github.com/XTLS/REALITY / time

Method time

common.go:1158–1164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156}
1157
1158func (c *Config) time() time.Time {
1159 t := c.Time
1160 if t == nil {
1161 t = time.Now
1162 }
1163 return t()
1164}
1165
1166func (c *Config) cipherSuites(aesGCMPreferred bool) []uint16 {
1167 var cipherSuites []uint16

Callers 10

ticketKeyFromBytesMethod · 0.95
ticketKeysMethod · 0.95
loadSessionMethod · 0.80
checkForResumptionMethod · 0.80
sessionStateMethod · 0.80
checkForResumptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected