const crypto/tls.recordTypeAlert
6 uses
crypto/tls (current package)
common.go#L55: recordTypeAlert recordType = 21
conn.go#L641: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L672: if typ != recordTypeAlert && typ != recordTypeChangeCipherSpec && len(data) > 0 {
conn.go#L686: case recordTypeAlert:
conn.go#L812: _, writeErr := c.writeRecordLocked(recordTypeAlert, c.tmp[0:2])
conn.go#L1296: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |