crypto/tls.Conn.bytesSent (field)

4 uses

	crypto/tls (current package)
		conn.go#L103: 	bytesSent   int64
		conn.go#L863: 	if c.bytesSent >= recordSizeBoostThreshold {
		conn.go#L912: 	c.bytesSent += int64(n)
		conn.go#L922: 	c.bytesSent += int64(n)